Created
June 21, 2021 16:06
-
-
Save bobbykjack/166fc4ca0582986d86367c27d04e156f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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