annotate bin/cc @ 8907:674bdc6a8cf5

<oerjan> mkx bin/d20//echo d20
author HackBot
date Thu, 11 Aug 2016 01:21:29 +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