examples/cdbackup-diskchange
author nathan
Sat, 29 Dec 2007 15:22:32 +0100
branchtrunk
changeset 0 d85c12073dea
permissions -rwxr-xr-x
release 0.6.2
     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