Created
December 30, 2017 18:47
-
-
Save m-x-k/382cb9a852e4f26f86c9c7267149267d to your computer and use it in GitHub Desktop.
JShell Alias MacOS
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 characters
#!/bin/bash | |
echo "Add the following to your ~/.bashrc file and run 'source ~/.bashrc'" | |
alias jshell=`echo $(/usr/libexec/java_home)`/bin/jshell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment