File size: 160 Bytes
be2fb18
 
 
 
 
 
 
1
2
3
4
5
6
7
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)