Skip to content

Commit

Permalink
Add node shebang for use in the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
djekl committed Mar 19, 2016
1 parent ee01390 commit 15ea8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

require('colors');

var assert = require('assert'),
Expand Down

0 comments on commit 15ea8e5

Please sign in to comment.