Article Listing 1 Listing 2 Listing 3 Listing 4
Listing 5 feb2006.tar

Listing 4 /opt/logins/bin/enable_interrupts

# /opt/logins/bin/enable_interrupts

stty sane
stty istrip
stty erase '^h'
stty quit '^\'
stty susp '^z'
stty intr '^c'

trap 1 2 3 9 15 16 17
# end Listing 4