#!/bin/bash #Program to write on multiple burners, #recording on successive blanks until SIGINT (Ctrl-C) is received. #Copyright David Stark 2004 - 2008 #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License version 2 as published by #the Free Software Foundation. #This program is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details: #http://www.gnu.org/licenses/old-licenses/gpl-2.0.html #Any questions or suggestions at all, email me at: dave@davidstark.name VERSION=1.64 #---------------------------------------------------------------------------------------------------------- #INFO OUTPUT FUNCTIONS #---------------------------------------------------------------------------------------------------------- #Print a help screen printhelp() { echo "multiburn version $VERSION (C) 2004-2007 David Stark" echo "" echo "Program to burn one data set to multiple CD/DVD burners, ejecting each written " echo "disc when recording has finished, and restarting the burn process when new " echo "writable media is inserted." echo "" echo "BURN COMMANDS:" echo "Disc image: " echo " multiburn -i [options] [device] ..." echo "TOC/Cue file: " echo " multiburn -t [options] [device] ..." echo "Clone disc: " echo " multiburn -c [options] [device] ..." echo "Data: " echo " multiburn -d [options] [device] ..." echo "Audio Directory: " echo " multiburn --audiocd -a [options] [device] ..." echo "Singe audio file: " echo " multiburn --audiocd -s