view bin/raw-url @ 6075:23ed1b21db13

<ais523> asm lea 0x1234, %eax
author HackBot
date Fri, 16 Oct 2015 23:44:11 +0000
parents 5a4571b62410
children 024b7442d847
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]))