Skip to content

Instantly share code, notes, and snippets.

@Scribblerockerz
Created September 30, 2015 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scribblerockerz/13f3e47aba633abf9d4c to your computer and use it in GitHub Desktop.
Save Scribblerockerz/13f3e47aba633abf9d4c to your computer and use it in GitHub Desktop.
An alias to execute all phpStorm's scratch files
alias scratch='for f in ~/Library/Preferences/WebIde90/scratches/*; do echo "\e[93m--------- EXECUTE: `basename $f` ---------\n\n\e[37m"; php -d display_errors $f; echo "\n\n"; done;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment