Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xfasfadgagsg
/
sshx.stack
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xfasfadgagsg
commited on
Oct 5, 2025
Commit
be2fb18
·
verified
·
1 Parent(s):
be6fc6f
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -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)