annotate bin/wiki @ 12256:821155c00e34 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/culprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:22 +0000
parents 2c8c313864e7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10392
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
1 #!/usr/bin/env python
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
2 import sys, os.path, urllib
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
3 if len(sys.argv) <= 1:
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
4 print "https://esolangs.org/"
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
5 else:
355a1c8028dc <oerjan> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
HackBot
parents:
diff changeset
6 print ("https://esolangs.org/wiki/" +
12160
2c8c313864e7 <fizzie> slbd wiki//6,7d;s/quote(f)/quote(sys.argv[1])/
HackEso <hackeso@esolangs.org>
parents: 11334
diff changeset
7 urllib.quote(sys.argv[1]))