Skip to content

Instantly share code, notes, and snippets.

@krabello
Created March 7, 2017 14:32
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 krabello/b3672f967d256ea2e9dcc53bc0b52370 to your computer and use it in GitHub Desktop.
Save krabello/b3672f967d256ea2e9dcc53bc0b52370 to your computer and use it in GitHub Desktop.
only cli
// only run this script in CLI
(PHP_SAPI !== 'cli' || isset($_SERVER['HTTP_USER_AGENT'])) && die('cli only');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment