Add clean command and fix critical script issue
This commit is contained in:
parent
56e3c7f06c
commit
142fc0d3c5
2 changed files with 7 additions and 1 deletions
6
paper
6
paper
|
@ -89,6 +89,12 @@ case "$1" in
|
|||
"s" | "server")
|
||||
cd "$basedir/Paper-Server"
|
||||
;;
|
||||
"c" | "clean")
|
||||
rm -rf Paper-API
|
||||
rm -rf Paper-Server
|
||||
rm -rf work
|
||||
echo "Cleaned build files"
|
||||
;;
|
||||
"e" | "edit")
|
||||
case "$2" in
|
||||
"s" | "server")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue