File: cdrestore-diskchange

package info (click to toggle)
cdbackup 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 1,257; sh: 105; makefile: 40
file content (13 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
# This is an example diskchange-script
#
# $1 is the cdrom-device e.g. /dev/sr0

eject $1
echo 
echo 
echo  "Please insert next disk and press RETURN"
echo 
echo 
read