added build command

This commit is contained in:
Chipperfluff 2025-12-18 23:44:48 +01:00
parent b099760126
commit b0eb7e0751
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
alias shit="clear;rm -rf run;./gradlew runClient --stacktrace --info;echo '';tree --gitignore"

1
build.sh Executable file
View File

@ -0,0 +1 @@
clear;rm -rf run;./gradlew runClient --stacktrace --info;echo '';tree --gitignore