Home | History | Annotate | Line # | Download | only in skel
dot.shrc revision 1.2.8.1
      1  1.2.8.1     matt #	$NetBSD: dot.shrc,v 1.2.8.1 2008/01/09 01:29:56 matt Exp $
      2      1.1  hubertf 
      3  1.2.8.1     matt if [ -f /etc/shrc ]; then
      4  1.2.8.1     matt 	. /etc/shrc
      5  1.2.8.1     matt fi
      6      1.1  hubertf 
      7      1.1  hubertf case "$-" in *i*)
      8      1.2    pavel 	# interactive mode settings go here
      9      1.1  hubertf 	;;
     10      1.1  hubertf esac
     11