Browse Source

hotfix cleaning script

Noah Vogt 4 years ago
parent
commit
8c1008815c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/clean

+ 1 - 1
src/clean

@@ -2,4 +2,4 @@
 
 
 # script to clean the temporary files generated by song-gen
 # script to clean the temporary files generated by song-gen
 
 
-rm ./motiv-A ./motiv-B ./temp-file-1 temp-file-2 || exit 1
+rm ./motiv-* ./temp-file-* || exit 1