sp-01/java/compile.sh

7 lines
69 B
Bash
Executable File

#!/bin/sh
set -eou pipefail
cd "$(dirname "$0")"
javac ./Main.java