annotate bin/cc @ 5580:8876c212d16c

<int-e> ` echo It\\\'s neither clockwise nor counterclockwise nor otherwise. >> wisdom/wise
author HackBot
date Mon, 15 Jun 2015 21:09:02 +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