diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..e9a18dd --- /dev/null +++ b/run.sh @@ -0,0 +1,16 @@ +sudo git fetch origin +sudo git reset --hard origin/main +cd output +sudo git fetch origin +sudo git reset --hard origin/main +cd .. +cd config +sudo git fetch origin +sudo git reset --hard origin/main +cd .. +sudo python3 -m pip install -r requirements.txt +sudo python3 main.py +cd output +sudo git add . +sudo git commit -m "$(date +'%Y-%m-%d %H:%M:%S')" +sudo git push origin main \ No newline at end of file