view bin/runce @ 2011:544869460785

<oerjan> ln -s /bin/echo bin/rot256
author HackBot
date Tue, 05 Feb 2013 21:49:37 +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