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