10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00
quantum_package/etc/ezfio.rc

16 lines
267 B
Plaintext

if [[ -z $QP_EZFIO ]]
then
export QP_EZFIO=${QP_ROOT}/external/ezfio
if [[ $SHELL == "/bin/bash" ]] ; then
if [[ -f ${QP_EZFIO}/Bash/ezfio.sh ]]; then
source ${QP_EZFIO}/Bash/ezfio.sh
else
echo "EZFIO is not installed."
fi
fi
fi