mirror of
https://github.com/Astatin3/optical-flow-outliar.git
synced 2026-06-08 16:18:09 -06:00
6 lines
166 B
Bash
6 lines
166 B
Bash
|
|
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"
|