Skip to content

Instantly share code, notes, and snippets.

@jhburns
Created September 10, 2019 02:59
Show Gist options
  • Save jhburns/847262ec0aa11079d4ef1d5332118b9a to your computer and use it in GitHub Desktop.
Save jhburns/847262ec0aa11079d4ef1d5332118b9a to your computer and use it in GitHub Desktop.
Should go in ~/.config/fish/functions
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