diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2013-09-20 11:32:42 -0400 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2013-09-20 11:32:42 -0400 |
| commit | 565a4d478e4631ca771e5d0f9e9120420f557b3c (patch) | |
| tree | 2accd1ebb9e6dac737f143ad9946a9f4f7efea66 /rc/bin/ok | |
| parent | 5e2478ccbb7927256f72cb749cf1a8d97dbbd4e9 (diff) | |
| download | plan9front-565a4d478e4631ca771e5d0f9e9120420f557b3c.tar.xz | |
rename /rc/bin/ok to /rc/bin/webpaste
Diffstat (limited to 'rc/bin/ok')
| -rwxr-xr-x | rc/bin/ok | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rc/bin/ok b/rc/bin/ok deleted file mode 100755 index c12835cc6..000000000 --- a/rc/bin/ok +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/rc -if(~ $#* 0) - file=/fd/0 -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' |
