sample-pack-java8/clean.sh

5 lines
68 B
Bash
Executable File

#!/usr/bin/env bash
if [ -d "./target" ]; then
rm -rf ./target
fi