This commit is contained in:
Max Hunt 2020-02-08 17:29:57 +00:00
parent 1e3bd794f5
commit 0e2915501b

4
run
View File

@ -1,6 +1,8 @@
#/bin/bash #/bin/bash
cd RoboticSandbox cd RoboticSandbox
git pull git pull
mv main.py ../
cd ../
python main.py python main.py
cd - mv main.py RoboticSandbox/
echo Done echo Done