Created
September 10, 2019 02:59
-
-
Save jhburns/847262ec0aa11079d4ef1d5332118b9a to your computer and use it in GitHub Desktop.
Should go in ~/.config/fish/functions
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
function jcar | |
javac $argv.java -d built; java -cp built/ $argv | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment