# HG changeset patch # User HackBot # Date 1359146459 0 # Node ID 24a919a1a9748e4f990255980e736f9a916ec5d7 # Parent 28b402caecb030199f5559e6d328cc218a26b2a7 fetch http://oerjan.nvg.org/url diff -r 28b402caecb0 -r 24a919a1a974 url.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/url.2 Fri Jan 25 20:40:59 2013 +0000 @@ -0,0 +1,7 @@ +#!/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]))