diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-26 00:10:47 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-26 00:10:47 +0200 |
commit | 651d6c2bc68e7e5224c3ba41b094e37b1c1890ed (patch) | |
tree | 47105f1bf8d556a4092de6ad623f6c1aa4a2a79b /rc | |
parent | 6d2635d5badb1825d766f16b0ad43f45f84ca495 (diff) | |
download | plan9front-651d6c2bc68e7e5224c3ba41b094e37b1c1890ed.tar.xz |
abaco(1): remove readweb
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/readweb | 15 |
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 $* |