python call shell
cmd=”sh ./customshell.sh ”
result = os.popen(cmd).read()
shell call python
和對待一個sh腳本沒有差別