view bin/cc @ 5462:bc50e28c60b5

<oerjan> ` rm wisdom/torus; echo test >wisdom/torus
author HackBot
date Sun, 07 Jun 2015 16:45:16 +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