view bin/wiki @ 11252:81018895aa57

<oerjan> addquote <shachaf> int-e: Do you like this? <int-e> It depends on the context. In the context of "Do you like _?", I hate it.
author HackBot
date Wed, 06 Dec 2017 02:51:19 +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))