From 6ffbdc723bde0836624689002102f1f235daba47 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 6 Sep 2023 18:34:57 -0400 Subject: [PATCH] feat: run Groovy Shell with `coatjava` --- bin/run-groovysh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/run-groovysh diff --git a/bin/run-groovysh b/bin/run-groovysh new file mode 100755 index 000000000..b2b11c62d --- /dev/null +++ b/bin/run-groovysh @@ -0,0 +1,11 @@ +#!/bin/sh + +. `dirname $0`/env.sh groovy + +echo """ +*************************************** +* Running COATJAVA Groovy Shell * +*************************************** +""" + +groovysh -cp "$JYPATH" "$@"