mirror of https://github.com/patacrep/patacrep.git
crep
15 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
# volume-2.sgl generation |
||||
|
ls -1 songs/*/*.sg > tmp ; |
||||
|
grep -vf tmp volume-1.sgl > volume-2.sgl ; |
||||
|
rm -f tmp ; |
||||
|
|
Loading…
Reference in new issue