added bin directory auto-removal
This commit is contained in:
@@ -3,6 +3,7 @@ function run() {
|
|||||||
# Compile the program
|
# Compile the program
|
||||||
javac -d bin *.java
|
javac -d bin *.java
|
||||||
java -cp bin App
|
java -cp bin App
|
||||||
|
rm -rf bin
|
||||||
else
|
else
|
||||||
case $1 in
|
case $1 in
|
||||||
"-c" | "--cli")
|
"-c" | "--cli")
|
||||||
|
|||||||
Reference in New Issue
Block a user