This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-01/java/run.sh
2023-09-22 20:47:36 +02:00

7 lines
No EOL
67 B
Bash
Executable file

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