Skip to content
Snippets Groups Projects
Verified Commit 3007d449 authored by mielimom02's avatar mielimom02
Browse files

feat(git): modified the fugit.sh script to allow cloning and running on...

feat(git):  modified the fugit.sh script to allow cloning and running on andorra as well as switching between make, python and node
parent 4db7c0ec
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ case ${FU_RUN:-0} in
run_cmd="python3 main.py"
;;
2)
run_cmd="node main.js" # i hope this is correct, we will see when the sheet are finalised.
run_cmd="node main.js" # I hope this is correct, we will see when the sheets are finalised.
;;
*)
run_cmd="make run"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment