NetBSD/etc/root/dot.shrc

13 lines
221 B
Plaintext
Raw Normal View History

# $NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $
if [ -f /etc/shrc ]; then
. /etc/shrc
fi
2000-05-15 03:13:54 +04:00
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
case "$-" in *i*)
# interactive mode settings go here
;;
esac