Description
The following file runs nicely when executing $ ./shebang.groovy :
shebang.groovy
#!/usr/bin/env groovy
println "Hello from the Shebang"
But, loading that file into groovysh results in:
$ groovysh shebang.groovy
groovysh_parse: 2: unexpected char: '#' @ line 2, column 1.
tested under Ubuntu14.04 with Groovy 2.4.6