SMT with no options
This commit is contained in:
6
reactics
6
reactics
@@ -21,7 +21,11 @@ elif [[ "$mode" == "smt" ]]
|
|||||||
then
|
then
|
||||||
|
|
||||||
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
|
export PYTHONPATH="$PYTHONPATH:$REACTICS_SMT"
|
||||||
python3 $*
|
if [[ "$*" != "" ]]
|
||||||
|
python3 $*
|
||||||
|
else
|
||||||
|
echo "Nothing to do"
|
||||||
|
fi
|
||||||
|
|
||||||
elif [[ "$mode" == "setup" ]]
|
elif [[ "$mode" == "setup" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user