5 lines
91 B
Python
5 lines
91 B
Python
import os
|
|
|
|
txt = os.system("cd /data/3dmenggongchang/dreamworks/ && ./start.sh")
|
|
print txt
|