view bin/wiki @ 11997:2a0b3c05fc97 draft

<ais523_> le//rn password//The password of the month is mostly irrelvant.
author HackEso <hackeso@esolangs.org>
date Mon, 04 Nov 2019 10:55:55 +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))