view bin/raw-url @ 5375:9489512c414d

<Jafet> ` (echo \'\xe2\x80\x8b#!/bin/sh\'; echo \'echo "$@" | sed \'\\\'\'s/\\\\/\\n/g\'\\\'\' >/tmp/a.c && gcc -w -Wfatal-errors -std=c11 -O2 /tmp/a.c -o /tmp/a.out && /tmp/a.out\') >bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:05:03 +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]))