1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 10:01:08 +12:00
uMatrix/tools/make-clean.sh
2014-10-17 15:01:09 -04:00

8 lines
153 B
Bash
Executable file

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