annotate bin/cc @ 5462:bc50e28c60b5

<oerjan> ` rm wisdom/torus; echo test >wisdom/torus
author HackBot
date Sun, 07 Jun 2015 16:45:16 +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