Starting 2 script at the same time
Brought to you by:
nickgiles
Hello,
Now I have a problem :) I need to start 2 scripts together since they need to run one after the other. I was using this command:
for (( ; ; ))
do
php anon_new2.php
php token.php
done
Do you have an equivalent command I could use in the ARGUMENTS= command line, I have tried this but it doesn't work:
ARGUMENTS="-f anon_new2.php -f token.php"
Thanks you again
Forget it, i created a .sh file calling this script, works fine