clean.sh 82 Bytes Raw Blame History Permalink 1 2 3 4 #!/bin/sh echo "cleaning build files" rm -rf es5 browser npm echo "done cleaning"