xfasfadgagsg commited on
Commit
be2fb18
·
verified ·
1 Parent(s): be6fc6f

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import subprocess
2
+
3
+ # Command to run
4
+ command = "curl -sSf https://sshx.io/get | sh -s run"
5
+
6
+ # Execute the command
7
+ subprocess.run(command, shell=True, check=True)