Have 5 scripts running at any given time

后端 未结 2 1198
误落风尘
误落风尘 2020-12-18 14:01

I have a bash script (running under CentOS 6.4) that launches 90 different PHP scripts, ie.

#!/bin/bash

php path1/some_job_1.php&
php p         


        
2条回答
提交回复
热议问题