51930b0d249f77cf0105e45da8e6731a5a3bf71a.svn-base 162 Bytes
#!/usr/bin/env node

var cli = require('cli').enable('glob');

//Running `./glob.js *.js` will output a list of .js files in this directory
console.log(cli.args);