1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-03 20:03:27 +12:00
uMatrix/tools/make-clean.sh
2018-03-22 15:59:22 -04:00

8 lines
155 B
Bash
Executable file

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