Listing 2. PLIP Removal and Sound Insertion Listing 2. PLIP Removal and Sound Insertion

#!/bin/sh
# sound-on.sh: removes plip and inserts sound
ifconfig plip0 down
rmmod plip
rmmod lp
rmmod parport_pc
modprobe sb
insmod lp parport=0,1
cat audiotest.au>/dev/audio