examples/cdbackup-diskchange
author nathan
Sun, 23 May 2010 12:39:41 +0200
branchtrunk
changeset 14 ae01b419e8f9
parent 0 d85c12073dea
permissions -rwxr-xr-x
fix setting continuation flag if multidisk disabled
     1 #!/bin/bash
     2 #
     3 # This is an example diskchange-script
     4 #
     5 # $1 is the cdrom-device e.g. /dev/sr0
     6 
     7 echo
     8 echo
     9 echo "Disk full!!"
    10 eject $1
    11 echo "Please replace and press RETURN"
    12 echo 
    13 echo
    14 read 
    15