Many books, blogs, and articles on using Groovy with Windows rightly point out that some of the commonly used commands in Windows are not actually executables, but are instead built-in commands. These ...
#!/usr/bin/env groovy // Add JDBC driver to classpath as part of this script's bootstrapping. // See <a href="https://marxsoftware.blogspot.com/2011/02/groovy-scripts ...