11 lines
166 B
Text
11 lines
166 B
Text
|
# $NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
|
||
|
|
||
|
if [ -f /etc/shrc ]; then
|
||
|
. /etc/shrc
|
||
|
fi
|
||
|
|
||
|
case "$-" in *i*)
|
||
|
# interactive mode settings go here
|
||
|
;;
|
||
|
esac
|