summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-27 16:38:22 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-27 16:38:22 +0100
commitf7d27ef6204bd7ea96c657fa5399db8e16cb8705 (patch)
treef4087646e2b9af54b24261c6b90941f05452d7fb
parentdb6fb088c220d8c313aa8d2d3bdc1708ad7acf5a (diff)
Add launch.sh script for Java application.
-rwxr-xr-xsame/launch.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/same/launch.sh b/same/launch.sh
new file mode 100755
index 0000000..cc1cb06
--- /dev/null
+++ b/same/launch.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+mvn exec:java -Dexec.mainClass=com.orbekk.same.App -Dcom.orbekk.same.config.file="$1"