shithub: riscv

ref: 6d2635d5badb1825d766f16b0ad43f45f84ca495
dir: /rc/bin/readweb/

View raw version
#!/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 $*