fork download
  1. import subprocess
  2. subprocess.call("shutdown -h now", shell=True)
Success #stdin #stdout #stderr 0.01s 7840KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
/bin/sh: 1: shutdown: not found