SMT with no options

This commit is contained in:
Artur Meski
2019-09-22 16:36:41 +01:00
parent a260187478
commit 47741751ee

View File

@@ -21,7 +21,11 @@ elif [[ "$mode" == "smt" ]]
then then
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT" export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
if [[ "$*" != "" ]]
python3 $* python3 $*
else
echo "Nothing to do"
fi
elif [[ "$mode" == "setup" ]] elif [[ "$mode" == "setup" ]]
then then