1#	$NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
2
3if [ -f /etc/shrc ]; then
4	. /etc/shrc
5fi
6
7case "$-" in *i*)
8	# interactive mode settings go here
9	;;
10esac
11