run.sh 75 B

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