summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-04-26 00:10:47 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-04-26 00:10:47 +0200
commit651d6c2bc68e7e5224c3ba41b094e37b1c1890ed (patch)
tree47105f1bf8d556a4092de6ad623f6c1aa4a2a79b /rc
parent6d2635d5badb1825d766f16b0ad43f45f84ca495 (diff)
downloadplan9front-651d6c2bc68e7e5224c3ba41b094e37b1c1890ed.tar.xz
abaco(1): remove readweb
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/readweb15
1 files changed, 0 insertions, 15 deletions
diff --git a/rc/bin/readweb b/rc/bin/readweb
deleted file mode 100755
index 93d4debe8..000000000
--- a/rc/bin/readweb
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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 $*