view bin/wiki @ 11056:6656fafd6684

<oerjan> le/rn newbie of the month//Newbie of the Month is a traditional #esoteric position. Benefits include gentle mentoring, like having shachaf revert all your wisdom additions.
author HackBot
date Thu, 29 Jun 2017 00:31:18 +0000
parents 355a1c8028dc
children 6f89145cd692
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])
    print ("https://esolangs.org/wiki/" +
        urllib.quote(f))