annotate bin/cc @ 5025:0373e583e1cd

<Bike> gcc -Wall hello.c
author HackBot
date Tue, 07 Oct 2014 00:21:08 +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