1 2 3 4 5 6 7
#!/bin/bash # # This script assumes a linux environment echo "*** uBlock: Cleaning." rm -R dist/ublock/* echo "*** uBlock: Cleaned."