Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smikes committed Jan 30, 2014
1 parent 365113b commit 0486637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Minus-X-Switch-Proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ However,

* The -x switch in node does *NOT* take an optional argument as in ruby and perl.

Script authors can control the arguments passed to node using a similar
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
Expand Down

0 comments on commit 0486637

Please sign in to comment.