annotate bin/cc @ 5423:5b4d526d7502

<oerjan> ` ln -s real wisdom/{"the reals"}
author HackBot
date Sat, 06 Jun 2015 16:14:37 +0000
parents 3a375115cf75
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5376
3a375115cf75 <Jafet> ` tail -c +4 bin/cc >/tmp/cc && mv /tmp/cc bin/cc && chmod +x bin/cc
HackBot
parents: 5375
diff changeset
1 #!/bin/sh
5375
9489512c414d <Jafet> ` (echo \'\xe2\x80\x8b#!/bin/sh\'; echo \'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\') >bin/cc && chmod +x bin/cc
HackBot
parents: 5374
diff changeset
2 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