dot.shrc revision 1.8
11.8Spavel#	$NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $
21.7Spavel
31.8Spavelif [ -f /etc/shrc ]; then
41.8Spavel	. /etc/shrc
51.8Spavelfi
61.3Ssimonb
71.6Stoddpwhup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
81.1Smycroft
91.1Smycroftcase "$-" in *i*)
101.7Spavel	# interactive mode settings go here
111.1Smycroft	;;
121.1Smycroftesac
13