diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-06-06 18:18:38 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-06-06 18:18:38 -0400 |
commit | 8f1b69997f7260db4dcc226e0fe0bdd7dd204ea4 (patch) | |
tree | cd8982a2d3090d0a21f3ab17dd5ae00a07b2c92f | |
parent | ebf43c0a0b6a7c84514af80b7e0e16298a488e3c (diff) | |
download | plan9front-8f1b69997f7260db4dcc226e0fe0bdd7dd204ea4.tar.xz |
sysinfo: update -p for sysinfo.9front.org
-rwxr-xr-x | rc/bin/sysinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/sysinfo b/rc/bin/sysinfo index 487958501..3a4e890ef 100755 --- a/rc/bin/sysinfo +++ b/rc/bin/sysinfo @@ -51,7 +51,7 @@ fn post{ webfs hpost -u http://sysinfo.9front.org -p / a_body@$file submit:submit fake:fake a_func:add_post url: | grep -e '\/body\"' | - sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g; s/^/http:\/\/sysinfo.9front.org/g' + sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g' rm -f $file } } |