10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-19 22:41:48 +02:00
quantum_package/etc/ezfio.rc

16 lines
267 B
Plaintext
Raw Normal View History

2019-01-08 23:48:59 +01:00
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