shithub: rc

ref: 4ee0ccfd8f68e7d86a339f9c57a606b02d14ab3e
dir: /flacsplit/

View raw version
#!/bin/rc
# Split single FLAC into multiple files based on .cue sheet using shntool.
# This program is intended to run on a UNIX-like operating system.
# Usage: flacsplit file.cue file.flac
# Dependencies:
# https://9fans.github.io/plan9port/
# http://shnutils.freeshell.org/shntool
rfork e
shnsplit -o flac -f $1 -t '%n - %t' $2