Quote:
Originally Posted by Jordan
I like the shebang at the top of your script. I've never really thought about adding this to a PHP script but it would be useful for shell script execution.
|
Yeah, when doing simple things like testing functions, I find it faster to use nano/vim to edit the php; then since I'm already in the terminal, just execute it there too.