repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
etc
/
skel
/
dot.shrc
blob
2743f72c3db054ac484ffac1e5fb7eda89825b7c
1
# $NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
2
3
if [ -f /etc/shrc ]; then
4
. /etc/shrc
5
fi
6
7
case "$-" in *i*)
8
# interactive mode settings go here
9
;;
10
esac