Skip to content

Instantly share code, notes, and snippets.

@bobbykjack
Created June 21, 2021 16:06
Show Gist options
  • Save bobbykjack/166fc4ca0582986d86367c27d04e156f to your computer and use it in GitHub Desktop.
Save bobbykjack/166fc4ca0582986d86367c27d04e156f to your computer and use it in GitHub Desktop.
<?php
if ($arg == "--help") {
fwrite(STDOUT, usage(true));
exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment