plan9fox/rc/bin/webpaste
2015-03-30 20:53:49 -04:00

9 lines
216 B
Bash
Executable file

#!/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'