Skip to content

Commit

Permalink
feat: run Groovy Shell with coatjava
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 6, 2023
1 parent a106009 commit 6ffbdc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/run-groovysh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

. `dirname $0`/env.sh groovy

echo """
***************************************
* Running COATJAVA Groovy Shell *
***************************************
"""

groovysh -cp "$JYPATH" "$@"

0 comments on commit 6ffbdc7

Please sign in to comment.