1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-21 20:53:31 +12:00
uMatrix/tools/make-clean.sh

8 lines
155 B
Bash
Raw Permalink Normal View History

2014-10-18 08:01:09 +13:00
#!/bin/bash
#
# This script assumes a linux environment
echo "*** uMatrix(Chromium): Cleaning."
2018-03-23 08:59:22 +13:00
rm -R ./dist/build
echo "*** uMatrix(Chromium): Cleaned."