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