Created
November 9, 2013 10:46
-
-
Save anonymous/7384214 to your computer and use it in GitHub Desktop.
Executes PHP files with Sublime Text build system. Requires to have the PHP binary in your PATH.
This file contains 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
Show hidden characters
{ | |
"shell_cmd": "php \"${file}\"", | |
"working_dir": "${file_path}", | |
"selector": "source.php" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment