7 lines
83 B
Plaintext
Executable File
7 lines
83 B
Plaintext
Executable File
#/bin/bash
|
|
cd RoboticSandbox
|
|
git pull
|
|
python RoboticSandbox/main.py
|
|
cd -
|
|
echo Done
|