source: trunk/src/templates/artifacts/Script.groovy @ 400

Last change on this file since 400 was 128, checked in by gav, 15 years ago

Installed templates with grails install-templates

File size: 160 bytes
Line 
1includeTargets << grailsScript("Init")
2
3target(main: "The description of the script goes here!") {
4    // TODO: Implement script here
5}
6
7setDefaultTarget(main)
Note: See TracBrowser for help on using the repository browser.