1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
uBlock/make-clean.sh

8 lines
134 B
Bash
Executable File

#!/bin/bash
#
# This script assumes a linux environment
echo "*** uBlock: Cleaning."
rm -R dist/ublock/*
echo "*** uBlock: Cleaned."