Running the producer via maven (via bash)
This commit is contained in:
3
sylvilagus/scala/bin/sylvilagus-ch02-hello-world-producer
Executable file
3
sylvilagus/scala/bin/sylvilagus-ch02-hello-world-producer
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $(dirname $(dirname $0))
|
||||
mvn scala:run -Dlauncher=ch02-hello-world-producer -DaddArgs="$1"
|
Reference in New Issue
Block a user