# HG changeset patch # User HackBot # Date 1432847319 0 # Node ID 3a375115cf75eaad68feb8719f817f4e7d8709be # Parent 9489512c414dd327aa211a05a4865e8422f26b53 ` tail -c +4 bin/cc >/tmp/cc && mv /tmp/cc bin/cc && chmod +x bin/cc diff -r 9489512c414d -r 3a375115cf75 bin/cc --- a/bin/cc Thu May 28 21:05:03 2015 +0000 +++ b/bin/cc Thu May 28 21:08:39 2015 +0000 @@ -1,2 +1,2 @@ -​#!/bin/sh +#!/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