10 lines
140 B
Plaintext
Executable File
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
|