changeset 5374:9682e464b65f

<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:31 +0000
parents a422636f2124
children 9489512c414d
files bin/cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/cc	Thu May 28 21:04:07 2015 +0000
+++ b/bin/cc	Thu May 28 21:04:31 2015 +0000
@@ -1,1 +1,2 @@
-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/sh
+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