Skip to content

Commit

Permalink
Merge pull request #99 from c-dilks/run-groovysh
Browse files Browse the repository at this point in the history
feat: run Groovy Shell with `coatjava`
  • Loading branch information
baltzell authored Sep 11, 2023
2 parents 71a1363 + 6ffbdc7 commit 5b7d6e1
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 5b7d6e1

Please sign in to comment.