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
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
python3 $*
if [[ "$*" != "" ]]
python3 $*
else
echo "Nothing to do"
fi
elif [[ "$mode" == "setup" ]]
then