This commit is contained in:
Deepak Kannan 2018-07-01 18:18:36 +00:00 committed by GitHub
commit 8cca2a381c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
if [[ "$OSTYPE" = darwin* ]] ; then
# https://trac.webkit.org/wiki/JSC
# jsc (or JavaScriptCore) is a Safari JavaScript REPL
alias jsc="/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc"
fi