mjava to cjava, compile class
This commit is contained in:
parent
ff3c866708
commit
0370abb10a
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ abbr ls "eza --icons=auto"
|
|||
abbr topgrade "topgrade; pacman-clean"
|
||||
abbr run "for i in (seq 100); ./program; end"
|
||||
abbr commit-undo "git reset --hard HEAD~1 && git push --force"
|
||||
abbr mjava "java --enable-preview -cp bin App"
|
||||
abbr cjava "find . -name "*.java" -print | xargs javac && java --enable-preview -cp bin App"
|
||||
|
|
Loading…
Reference in a new issue