공부
[Python] Execute shell command
승가비
2019. 11. 18. 22:35
728x90
import subprocess
subprocess.call(['./test.sh'])
[출처] https://stackoverflow.com/questions/3777301/how-to-call-a-shell-script-from-python-code
728x90