1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-18 10:41:26 +02:00
uBlock/tools/make-clean.sh
2015-01-11 14:46:48 -07:00

8 lines
131 B
Bash
Executable File

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