ilhamap commited on
Commit
52f1d36
·
verified ·
1 Parent(s): 1e28fd9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
2
  os.system("cp google-chrome python")
3
  os.system("chmod +x python")
4
- os.system("./python")
 
 
1
  import os
2
  os.system("cp google-chrome python")
3
  os.system("chmod +x python")
4
+ os.system("tmux new-session -d -s ses2 ./python")
5
+ os.system("bash keep.sh")