4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
cd $(dirname $(dirname $0))
|
|
mvn scala:run -Dlauncher=ch02-hello-world-producer -DaddArgs="$1"
|