changeset 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
author HackBot
date Tue, 06 May 2014 11:36:36 +0000
parents 69b485e66e19
children 4bc0274837cc
files bin/cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/cc	Tue May 06 11:36:36 2014 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out