run.sh 77 B

1234567
  1. OUT="$(mktemp)"
  2. g++ -o "$OUT" -xc++ -
  3. if [ -f $OUT ]; then
  4. exec "$OUT"
  5. fi