1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-20 04:03:13 +12:00
uMatrix/tools/make-clean.sh
mikhaelkh f24e9a907f Minor fixes
µMatrix -> uMatrix in tools folder.
Small fix in hosts-files.json.
2015-05-29 23:49:41 +03:00

8 lines
151 B
Bash
Executable file

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