view bin/runce @ 1596:5029ff1dc953

<oerjan> sed -i \'s/-P/-H -P/\' bin/seen
author HackBot
date Tue, 22 Jan 2013 00:13:58 +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