file_put_countents('tmp.sh',"cd /usr/local
echo 'string'
ls $callback");
system('tmp.sh');
多条命令 直接换行就可以了system("cd {$path1};if [ ! -d {$path2} ];then \n { mkdir -p {$path2} \n chmod -R 777 {$path2} \n } \n fi;find -name '{$etaskid}-{$sid}*' -print | while read na
很明显的缺点就是语句过长 不好写