Last active
April 19, 2018 14:10
-
-
Save gregmercer/8a6634d91c07f72800f80eb7baff49de to your computer and use it in GitHub Desktop.
Running php from bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
PHP=`which php` | |
$PHP example.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment