Skip to content

Commit

Permalink
Adding shebang for running main script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
natedsaint committed May 22, 2015
1 parent 549b468 commit 1f55e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuervo.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var Cuervo = require("./lib/cuervo"),
argv = require('minimist')(process.argv.slice(2));
site = new Cuervo(argv);
Expand Down

0 comments on commit 1f55e4d

Please sign in to comment.