I'm looking for a way to have groovysh initialized and then dropped into a regular groovysh interactive session. That is:
- Run some scripts (e.g. imports or anything else)
- Continue running in groovysh as if previous script was typed manually from the start of the session.
Seen this:
but I'd like to be able to do this on a per-application, not per-user level. I.e. different applications usually do not import same things (or initialize in the same way otherwise). Is that possible?