python call shell
cmd=”sh ./customshell.sh ”
result = os.popen(cmd).read()
shell call python
和对待一个sh脚本没有差别