1
0

8 lines
208 B
Bash
Raw Normal View History

2020-09-14 08:55:52 +02:00
#!/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
rm -rf "$DIR"/target