This commit is contained in:
Michael Mikovsky
2025-03-17 14:23:11 -06:00
parent 8287c33b20
commit 2d6ae37fe0
4 changed files with 407 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
sshpass -p Bookshelf scp -r src/ username@10.42.0.1:~/
echo "########## Starting #########"
sshpass -p Bookshelf ssh username@10.42.0.1 "cd src && python3 main.py"