Update main.py
Browse files
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")
|