Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. if [ -f /usr/lib/jsc ]; then
  3. /usr/lib/jsc "$@"
  4. elif [ -f /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc ]; then
  5. /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc "$@"
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement