annotate bin/cc @ 5259:654628d0e1f5

<olsner> echo cat fu > bin/fu; chmod +x bin/fu
author HackBot
date Wed, 25 Feb 2015 18:49:51 +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