1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-03 11:53:45 +12:00

fix cleaning script

This commit is contained in:
Raymond Hill 2018-03-22 15:59:22 -04:00
parent d825b5562e
commit a976bd0d22
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -3,5 +3,5 @@
# This script assumes a linux environment
echo "*** uMatrix(Chromium): Cleaning."
rm -R ./dist/*
rm -R ./dist/build
echo "*** uMatrix(Chromium): Cleaned."