Skip to content

Instantly share code, notes, and snippets.

Created November 9, 2013 10:46
Show Gist options
  • Save anonymous/7384214 to your computer and use it in GitHub Desktop.
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.
{
"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