diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-03-30 20:53:49 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-03-30 20:53:49 -0400 |
commit | 2a03ed80e4fc52c327e47e1749c97b4e2c1aa1d8 (patch) | |
tree | 71aeebd86b84c81df4deb24079d0f0b059e02591 /rc/bin/webpaste | |
parent | 1769b00b9126d2a9fb6e4acc9dc5a37dc4c96716 (diff) | |
download | plan9front-2a03ed80e4fc52c327e47e1749c97b4e2c1aa1d8.tar.xz |
webpaste: update for modified okturing.com
Diffstat (limited to 'rc/bin/webpaste')
-rwxr-xr-x | rc/bin/webpaste | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/webpaste b/rc/bin/webpaste index c12835cc6..85c037b39 100755 --- a/rc/bin/webpaste +++ b/rc/bin/webpaste @@ -5,4 +5,4 @@ if not file=$1 hpost -u http://okturing.com -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:\/\/okturing.com/g' +sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g' |