code: 9ferno

ref: b502a62da2ec6058923db94f87ecc2d29db2fa77
dir: /utils/lib/rcmain/

View raw version
# rcmain: 9pm version
if(~ $#home 0) home=/
if(~ $#ifs 0) ifs=' 	
'
switch($#prompt){
case 0
case 1
	prompt=('% ' '	')
}
if(~ $rcname v.out) prompt=('broken! ' '	')
if(! ~ $#cflag 0){
	if(flag l && test -r $home/lib/profile) . $home/lib/profile
	status=''
	eval $cflag
}
if not if(flag i){
	if(flag l && test -r $home/lib/profile) . $home/lib/profile
	status=''
	if(! ~ $#* 0) . $*
	if not . -i 'stdin$'
}
if not {
	if(~ $#* 0) . 'stdin$'
	if not{
		status=''
		. $*
	}
}
exit $status