annotate bin/cc @ 5311:68e4ebb2c862

<Jafet> ` echo \'main(i){while(i&&i||i);}\' >/tmp/a.c && gcc -c -std=c99 -Wall -Wextra /tmp/a.c
author HackBot
date Sun, 12 Apr 2015 04:46:58 +0000
parents b3ce640ed2ae
children a422636f2124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4629
b3ce640ed2ae <Jafet> echo $\'#!/bin/sh\\necho "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out\' > bin/cc && chmod +x bin/cc
HackBot
parents:
diff changeset
1 #!/bin/sh
b3ce640ed2ae <Jafet> echo $\'#!/bin/sh\\necho "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out\' > bin/cc && chmod +x bin/cc
HackBot
parents:
diff changeset
2 echo "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out