SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure that sleep.sh has execution permissions, and run it with shell=True:
sleep.sh
shell=True
#!/usr/bin/python import subprocess print "start" subprocess.call("./sleep.sh", shell=True) print "end"