changeset 11334:6f89145cd692

<fizzie> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
author HackBot
date Sat, 20 Jan 2018 12:42:29 +0000
parents fabb7a2d8264
children e88ffa6d7ded
files bin/wiki
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wiki	Thu Jan 18 03:50:45 2018 +0000
+++ b/bin/wiki	Sat Jan 20 12:42:29 2018 +0000
@@ -4,5 +4,6 @@
     print "https://esolangs.org/"
 else:
     f = os.path.abspath(sys.argv[1])
+    if f.startswith('/hackenv/'): f = f[9:]
     print ("https://esolangs.org/wiki/" +
         urllib.quote(f))