1
0

Add Java template

This commit is contained in:
Athanasios Xygkis
2020-09-14 08:59:16 +02:00
parent 4c1447bb5e
commit c2b55d165d
17 changed files with 591 additions and 0 deletions

7
template_java/cleanup.sh Executable file
View 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