File: cdbackup-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 (15 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#
# This is an example diskchange-script
#
# $1 is the cdrom-device e.g. /dev/sr0

echo
echo
echo "Disk full!!"
eject $1
echo "Please replace and press RETURN"
echo 
echo
read