# HG changeset patch # User HackBot # Date 1399376196 0 # Node ID b3ce640ed2aef0f4f4bcaba205e3d3bf4f25c644 # Parent 69b485e66e19687040fda52cfe7ca99ceca17a9c echo $\'#!/bin/sh\\necho "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out\' > bin/cc && chmod +x bin/cc diff -r 69b485e66e19 -r b3ce640ed2ae bin/cc --- /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