summaryrefslogtreecommitdiff
path: root/rc/bin/readweb
blob: 93d4debe8efd2c6bc59231ec547aa9b8fcc49cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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 $*