view bin/cc @ 5519:59730c3e647a

<FireFly> ` sed -i \'s/&[^/]*/\\&\\\\x0F/\' bin/culprits
author HackBot
date Fri, 12 Jun 2015 00:04:18 +0000
parents 3a375115cf75
children
line wrap: on
line source

#!/bin/sh
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