Skip to content

Commit

Permalink
indent code example further
Browse files Browse the repository at this point in the history
  • Loading branch information
smikes committed Jan 30, 2014
1 parent 44d4674 commit adee60b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/Minus-X-Switch-Proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ the process will cwd into this directory before (as in ruby and perl)
Script authors can control the arguments passed to node using a similar
syntax to that used by ruby and perl.


#!/usr/bin/env bash
exec /usr/bin/env node -x --harmony --harmony_typeof -- $0 "$@"
#!node
#!/usr/bin/env bash
exec /usr/bin/env node -x --harmony --harmony_typeof -- $0 "$@"
#!node

# Implementation

Expand Down

0 comments on commit adee60b

Please sign in to comment.