Files

7 lines
100 B
Bash

set -e
builddir="${1:-./build}"
echo "[info] cleaning build dir: \"$builddir\""
rm -r "$builddir"