标签: bash unix webserver centos7
我需要创建一个shell脚本来执行 node , perl , php 和 python 服务器。如何在bash中执行各种语言?
答案 0 :(得分:2)
您只需运行相应的解释器。
#!/bin/bash python script1.py perl script2.pl # etc