run.sh 72 B

1234567
  1. #!/usr/bin/bash
  2. IN="$(mktemp --suffix .java)"
  3. cat > "$IN"
  4. java "$IN"