repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
etc
/
root
/
dot.shrc
blob
e5782da42933a8202eedcc2c969147ec2a69d427
1
# $NetBSD: dot.shrc,v 1.7 2006/09/14 13:01:31 pavel Exp $
2
3
if [ -f /etc/shrc ]; then
4
. /etc/shrc
5
fi
6
7
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
8
9
case "$-" in *i*)
10
# interactive mode settings go here
11
;;
12
esac