ref: c836bbbd3a8fcfea6d1096ed4fb38dd822b8f765
dir: /rc/bin/readweb/
#!/bin/rc
# start abaco and its prerequisites
rfork ne
if(~ $#1 0){
rimport '$cpu' /net
}
if not {
rimport $1 /net
shift
}
webfs
webcookies
# probably not needed
# echo useragent netscape 1.0 >/mnt/web/ctl
exec /$cputype/bin/abaco $*