3-linux使用shell执行一个Python文件
####################
python文件内容:
print("hello world")
####################
sh文件内容
python3 /root/test.py
##################
执行sh文件
sh shtest.sh
######################
技术改变命运
####################
python文件内容:
print("hello world")
####################
sh文件内容
python3 /root/test.py
##################
执行sh文件
sh shtest.sh
######################