marcosvidolin
3/25/2014 - 3:33 AM

Call shell script in python

Call shell script in python

import subprocess
subprocess.call(['./test.sh'])
0