1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 16:19:39 +02:00
uBlock/tools/make-clean.sh
2014-11-16 08:47:47 -02:00

8 lines
131 B
Bash

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