git: 9front

Download patch

ref: 3c94f448b4a1813197c261fa8db6dcc642c09eaf
parent: 6a915f2470e4d2d73c41b01768d1211b876884f5
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon Mar 30 16:53:49 EDT 2015

webpaste: update for modified okturing.com

--- a/rc/bin/webpaste
+++ b/rc/bin/webpaste
@@ -5,4 +5,4 @@
 	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'
--