Time to hack
1#!/usr/bin/envpython
2importrandom,re,subprocess,sys;x=sys.argv
3
4try:
5 i,o=x[x.index('-D_GNU_SOURCE')+1],...