2013-09-18 19:03:50 +00:00
|
|
|
#!/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\"' |
|
2015-03-31 00:53:49 +00:00
|
|
|
sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g'
|