소스 검색

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