What/how should a .php script return to a shell script to represent success/error? - Stack Overflow

Posted by Unknown on Wednesday, February 19, 2014

In the following scenario: script.sh : #!/bin/bash /usr/bin/php5 -f /path/file.php ... exit(1); // or another error code, but different from 0 ... Thanks! Will accept!

more

{ 0 comments... » What/how should a .php script return to a shell script to represent success/error? - Stack Overflow read them below or add one }

Post a Comment

Popular Posts