Skip to content

Commit

Permalink
cross-platform shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 15, 2017
1 parent de869c2 commit f5fc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prices.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/node
#!/usr/bin/env node
'use strict'

const minimist = require('minimist')
Expand Down

0 comments on commit f5fc0af

Please sign in to comment.