]>
git.rmz.io Git - dotfiles.git/blob - bin/batch2iso
4 echo "This script accepts at most 1 Argument!" >&2
15 hash bchunk
2>&- || { echo >&2 "I require bchunck but it's not installed. Aborting."; exit 1; }
16 if [[ -e "$N.cue" ]]; then
17 bchunk
$F $N.cue
$N.iso
20 echo "No cue-sheet found! Please convert manually." >&2
24 hash mdf2iso
2>&- || { echo >&2 "I require mdf2iso but it's not installed. Aborting."; exit 1; }
28 hash nrg2iso
2>&- || { echo >&2 "I require nrg2iso but it's not installed. Aborting."; exit 1; }
32 hash ccd2iso
2>&- || { echo >&2 "I require ccd2iso but it's not installed. Aborting."; exit 1; }