Skip to content

Instantly share code, notes, and snippets.

@robkuz
Created December 19, 2011 10:13
Show Gist options
  • Save robkuz/1496454 to your computer and use it in GitHub Desktop.
Save robkuz/1496454 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
var capitalize = require("../main.js");
var value = process.argv[2];
console.log(capitalize.decapitalize(value));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment