sample-pack-java8/clean.sh

5 lines
68 B
Bash
Raw Normal View History

2021-08-24 19:32:56 +08:00
#!/usr/bin/env bash
2021-08-24 10:47:31 +08:00
2021-08-24 19:32:56 +08:00
if [ -d "./target" ]; then
rm -rf ./target
fi