changeset 5373:a422636f2124

<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
author HackBot
date Thu, 28 May 2015 21:04:07 +0000
parents a050d8956e41
children 9682e464b65f
files bin/cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/cc	Sun May 24 18:19:39 2015 +0000
+++ b/bin/cc	Thu May 28 21:04:07 2015 +0000
@@ -1,2 +1,1 @@
-#!/bin/sh
-echo "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out
+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}