grogers@uiucdcsb.Uiuc.ARPA (07/07/85)
Here's a "sh" script that will keep you from kicking your PC/AT when Microsoft's "cu" core dumps. I execute it via this handy alias. alias vax "/mnt/grogers/bin/cu.sh -s4800 -l/dev/tty00 dir" ---cu.sh--------------- /bin/cu $* custat=$? if test $custat -ne 0 then stty sane set `ps -e|grep cu` kill $1 rm core fi ----------------------- Greg Rogers University of Illinois at Urbana-Champaign Department of Computer Science grogers@uiucdcs