uBlock/tools/make-clean.sh
2016-01-31 12:17:04 -05:00

7 lines
139 B
Bash
Executable file

#!/usr/bin/env bash
#
# This script assumes a linux environment
echo "*** uBlock: Cleaning."
rm -R dist/build
echo "*** uBlock: Cleaned."