Skip to content

Instantly share code, notes, and snippets.

@zaach
Created June 24, 2011 01:27
Show Gist options
  • Save zaach/1044037 to your computer and use it in GitHub Desktop.
Save zaach/1044037 to your computer and use it in GitHub Desktop.
var source = require('fs').readFileSync(require('path').join(process.cwd(), process.argv[2]), "utf8");
require("./reflect.js").parse(source);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment