From 5c8e1d60a29c4e673017f3adc15a578fd44dbcf2 Mon Sep 17 00:00:00 2001 From: crep Date: Sun, 17 Jan 2010 17:39:07 +0100 Subject: [PATCH] Add small script for volume-2 songlist --- utils/volume2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 utils/volume2.sh diff --git a/utils/volume2.sh b/utils/volume2.sh new file mode 100755 index 00000000..0c1b6d0c --- /dev/null +++ b/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 ; +