OUT="$(mktemp)" g++ -o "$OUT" -xc++ - if [ -f $OUT ]; then exec "$OUT" fi