changeset 10305:503b67656c89

<shachaf> ` >bin/edit echo \'#!/usr/bin/env python\'; >>bin/edit echo \'import sys, urllib\'; >>bin/edit echo \'print "http://slbkbs.org:5196/edit?path=" + urllib.quote(sys.argv[1])\'; chmod +x bin/edit
author HackBot
date Fri, 17 Feb 2017 04:29:20 +0000
parents 7d14a8891360
children a05c53048474
files bin/edit
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/edit	Fri Feb 17 04:29:20 2017 +0000
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import sys, urllib
+print "http://slbkbs.org:5196/edit?path=" + urllib.quote(sys.argv[1])