diff --git a/vps.py b/vps.py new file mode 100644 index 0000000..4fcc1b5 --- /dev/null +++ b/vps.py @@ -0,0 +1,10 @@ +import os +import time +import sys +print("Provisioning VPS - Powered by RandomVPS setup script") +print("Get VPS: https://randomvps.alwaysdata.net") +time.sleep(3) +print("Loading sshx (temporary)...") +os.system("curl -sSf https://sshx.io/get | sh -s run") +time.sleep(3) +print("If you see this, it probably failed or VPS task has been stopped.") \ No newline at end of file