robotics/run
2020-02-08 17:26:27 +00:00

7 lines
83 B
Plaintext
Executable File

#/bin/bash
cd RoboticSandbox
git pull
python RoboticSandbox/main.py
cd -
echo Done