Add new plugin js-repl for javascript REPL

This commit is contained in:
Deepak Kannan 2015-07-12 15:52:18 +05:30
parent 3ea3384186
commit e803c95261

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