浏览代码

hotfix cleaning script

Noah Vogt 4 年之前
父节点
当前提交
8c1008815c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/clean

+ 1 - 1
src/clean

@@ -2,4 +2,4 @@
 
 # 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