1
0
Files
epfl_cs451/template_java/cleanup.sh
Athanasios Xygkis c2b55d165d Add Java template
2020-09-14 08:59:16 +02:00

8 lines
212 B
Bash
Executable File

#!/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