robotics/run
2020-02-10 17:18:27 +00:00

10 lines
140 B
Plaintext
Executable File

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