clean.sh 203 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 #!/bin/bash if [ ! -f clean.sh ]; then echo "Run this script from the scripts folder!" exit fi rm -rf *.R *.csv *.dot *.duplicate* *.gal *.png *.project *.mask *.mtx *.pdf *.train *.txt Algorithm*