Browse Source

Add small script for volume-2 songlist

remotes/origin/translate_notes
crep 15 years ago
parent
commit
5c8e1d60a2
  1. 7
      utils/volume2.sh

7
utils/volume2.sh

@ -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…
Cancel
Save