view bin/url @ 4531:7f957c1f4661

<oerjan> revert
author HackBot
date Sun, 16 Mar 2014 01:52:15 +0000
parents 03afb1619ef2
children 5a4571b62410
line wrap: on
line source

#!/usr/bin/env python
import sys, urllib
if len(sys.argv) <= 1:
    print "http://codu.org/projects/hackbot/fshg/"
else:
    print ("http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/" +
        urllib.quote(sys.argv[1]))