changeset 2111:87c64ef250a0

<oerjan> rm bin/runce
author HackBot
date Wed, 13 Feb 2013 00:09:15 +0000
parents 5bc7fa8a835b
children bbd5d8222931
files bin/runce
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/runce	Wed Feb 13 00:06:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-#!/bin/bash
-t=`tempfile`
-echo "$@" | gcc -o $t -x c - 2>/dev/null && $t
-rm $t