robotics/run
2020-02-08 17:28:06 +00:00

7 lines
68 B
Plaintext
Executable File

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