IN=$(mktemp --suffix .pp) OUT=$(mktemp) cat > "$IN" fpc -l- -v0 -o"$OUT" "$IN" if [ -f $OUT ]; then exec "$OUT" fi