Skip to content

Instantly share code, notes, and snippets.

@donatj
Last active December 11, 2015 12:18
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 donatj/4599532 to your computer and use it in GitHub Desktop.
Save donatj/4599532 to your computer and use it in GitHub Desktop.
Argument Expander A stupid simple way to see the result of a glob before running it on something else
#!/usr/bin/env php
<?php
print_r($argv);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment