#!/bin/bash
#~/.bash-scripts/split.sh

cuebreakpoints *.cue | shnsplit -o flac -f *.cue -t "%n - %t" *.flac
