view bin/wiki @ 10422:a17d5c7ccde1

<hppavilion[1]> ` mv esobible/1:5 esobible:gen_sys_1-1:5
author HackBot
date Fri, 17 Mar 2017 19:59:21 +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))