ubin/cuesplit.sh

8 lines
113 B
Bash
Raw Permalink Normal View History

2020-03-06 14:58:17 +00:00
#!/bin/bash
FLAC=$(find . -iname "*.flac")
CUE=$(find . -iname "*.cue")
shnsplit -f "$CUE" -t "%n %t" "$FLAC"