initial check in of TAG info c source and shell wrapper
[my-code/mp3db.git] / readtag.sh
diff --git a/readtag.sh b/readtag.sh
new file mode 100755 (executable)
index 0000000..972ae5d
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# read the tag using mp3read
+
+size=`ls -al $1 | awk '{ printf $5 }'`
+
+./mp3read $1 $size
+