sp-01/java/run.sh

7 lines
67 B
Bash
Executable File

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