1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-30 03:50:41 +12:00
uMatrix/tools/make-clean.sh

8 lines
153 B
Bash
Raw Normal View History

2014-10-18 08:01:09 +13:00
#!/bin/bash
#
# This script assumes a linux environment
echo "*** µMatrix(Chromium): Cleaning."
rm -R ./dist/*
echo "*** µMatrix(Chromium): Cleaned."