-
-
Save russelljjarvis/e32ab5c62f1e7d1502c6 to your computer and use it in GitHub Desktop.
Revisions
-
Mitsu created this gist
Oct 18, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ Shebang List ============ ## Mac OS X 10.9.x (Mavericks) ```sh Shell #!/usr/bin/env sh Python #!/usr/bin/env python Ruby #!/usr/bin/env ruby Perl #!/usr/bin/env perl JavaScript #!/usr/bin/env jsc ``` ##### JavaScript Need link to jsc (JavaScript interpreter). ```sh $ ln -s /System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc /usr/local/bin/jsc ```