OUT="$(mktemp)" gcc -o "$OUT" -xc - if [ -f $OUT ] && ! [ -s $OUT ]; then exec "$OUT" fi