view bin/cc @ 5491:3550886e90fb

<oerjan> revert
author HackBot
date Tue, 09 Jun 2015 01:43:52 +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