sshx.stack / app.py
xfasfadgagsg's picture
Create app.py
be2fb18 verified
raw
history blame contribute delete
160 Bytes
import subprocess
# Command to run
command = "curl -sSf https://sshx.io/get | sh -s run"
# Execute the command
subprocess.run(command, shell=True, check=True)