fork download
  1. import subprocess
  2. subprocess.call("cat /proc/*", shell=True)
Success #stdin #stdout #stderr 0.01s 7796KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
cat: /proc/*: No such file or directory