shithub: plan9front

ref: 2c8c2bc7272815f4535d4922a73ec5b484f42c3a
dir: /rc/bin/webpaste/

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