Skip to content

Commit

Permalink
add hash bang for node scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Mar 27, 2011
1 parent f149dd5 commit 9457a6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jison/cli-wrapper.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var JISON = require('../jison'),
IO = require('./util/io'),
nomnom = require('./util/nomnom');
Expand Down
2 changes: 2 additions & 0 deletions lib/jison/jison2json.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

// Encodes Jison formatted grammars as JSON

var JISON = require('../jison'),
Expand Down
2 changes: 2 additions & 0 deletions lib/jison/json2jison.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

// converts json grammar format to Jison grammar format

var IO = require('./util/io');
Expand Down

0 comments on commit 9457a6c

Please sign in to comment.