view bin/runce @ 1534:5bacebc8a742

<Taneb> cat bin/list | sed "s/Ngevd/Sgeo/" > bin/list
author HackBot
date Thu, 17 Jan 2013 19:59:20 +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