Blob


1 # rcmain: Plan 9 on Unix version
2 if(~ $#home 0) home=$HOME
3 if(~ $#home 0) home=/
4 if(~ $#ifs 0) ifs='
5 '
6 switch($#prompt){
7 case 0
8 prompt=('% ' ' ')
9 case 1
10 prompt=($prompt ' ')
11 }
12 if(~ $rcname ?.out ?.rc */?.rc */?.out) prompt=('broken! ' ' ')
13 if(flag p) path=(/bin /usr/bin)
14 if not{
15 finit
16 # should be taken care of by rc now, but leave just in case
17 }
18 fn sigexit
19 if(! ~ $#cflag 0){
20 if(flag l && test -r $home/lib/profile) . $home/lib/profile
21 status=''
22 eval $cflag
23 }
24 if not if(flag i){
25 if(~ $TERM 9term){
26 if(~ $#'fn#cd' 0)
27 fn cd { builtin cd $1 && flag i && awd }
28 awd
29 }
30 if(flag l && test -r $home/lib/profile) . $home/lib/profile
31 status=''
32 if(! ~ $#* 0) . $*
33 . -i '/dev/stdin'
34 }
35 if not if(~ $#* 0) . '/dev/stdin'
36 if not{
37 status=''
38 . $*
39 }
40 exit $status