Add Java template
This commit is contained in:
7
template_java/cleanup.sh
Executable file
7
template_java/cleanup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Change the current working directory to the location of the present file
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
rm -f "$DIR"/bin/da_proc.jar
|
||||
rm -rf "$DIR"/target
|
||||
Reference in New Issue
Block a user