2 lines
91 B
Bash
2 lines
91 B
Bash
|
#!/usr/bin/env bash
|
||
|
java --module-path outDir -m main.app/com.baeldung.modules.main.MainApp
|