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