diff options
Diffstat (limited to 'ebus-scala/run.sh')
-rwxr-xr-x | ebus-scala/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ebus-scala/run.sh b/ebus-scala/run.sh new file mode 100755 index 0000000..6b137eb --- /dev/null +++ b/ebus-scala/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh +exec scala "$0" "$@" +#! +App.main(args) |