changeset 5376:3a375115cf75

<Jafet> ` tail -c +4 bin/cc >/tmp/cc && mv /tmp/cc bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:08:39 +0000
parents 9489512c414d
children b43182d6e215
files bin/cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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