This commit is contained in:
Max Hunt 2020-02-08 17:26:27 +00:00
parent 326a882195
commit 118f12bb59

3
run
View File

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