Skip to content

Commit

Permalink
Added shebang line to main script to facilitate command-line installa…
Browse files Browse the repository at this point in the history
…tion via npm.
  • Loading branch information
Ethan Brown committed Jun 10, 2013
1 parent e80eef1 commit 15cdc30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jawk.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var fs = require('fs'),
vm = require('vm'),
readlines = require('./lib/readlines').readlines;
Expand Down

0 comments on commit 15cdc30

Please sign in to comment.