annotate bin/cc @ 7967:28dfd2857c83

<oerjan> undo 7813
author HackBot
date Sun, 08 May 2016 04:24:41 +0000
parents de7749cfb1d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5643
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
1 #!/bin/sh
5955
de7749cfb1d9 <fizzie> ` sed -i -e \'s,>/tmp/a.c &&,|,;s|/tmp/a.c|-x c -|\' bin/cc
HackBot
parents: 5643
diff changeset
2 echo "$@" | sed 's/\\/\n/g' | gcc -w -Wfatal-errors -std=c11 -O2 -x c - -o /tmp/a.out && /tmp/a.out