view bin/wiki @ 11339:a3b6a53b86d8

<shachaf> le//rn_append dowg//One who uses many dowgs is known as a dowager.
author HackBot
date Sat, 03 Feb 2018 02:52:09 +0000
parents 6f89145cd692
children 2c8c313864e7
line wrap: on
line source

#!/usr/bin/env python
import sys, os.path, urllib
if len(sys.argv) <= 1:
    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))