]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/cueparser.sh
start-x-hidpi
[dotfiles.git] / bin / bin / cueparser.sh
diff --git a/bin/bin/cueparser.sh b/bin/bin/cueparser.sh
deleted file mode 100755 (executable)
index 546b47d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-c=1
-sed -n 's/^  *TITLE .\(.*\)".*$/\1/p' < $1 | while read trackname; do
-       v=`printf "%02d\n" $c`
-       echo mv split-track$v.flac $v.\"$trackname\".flac
-       c=$(( $c + 1 ))
-done