Skip to content

Instantly share code, notes, and snippets.

@m-x-k
Created December 30, 2017 18:47
Show Gist options
  • Save m-x-k/382cb9a852e4f26f86c9c7267149267d to your computer and use it in GitHub Desktop.
Save m-x-k/382cb9a852e4f26f86c9c7267149267d to your computer and use it in GitHub Desktop.
JShell Alias MacOS
#!/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