view bin/runce @ 1645:e1b25a07c1b0

<c00kiemon5ter> fetch http://sprunge.us/cZYR
author HackBot
date Tue, 22 Jan 2013 14:41:43 +0000
parents 85729b555d76
children
line wrap: on
line source

#!/bin/bash
t=`tempfile`
echo "$@" | gcc -o $t -x c - 2>/dev/null && $t
rm $t