Skip to content

Instantly share code, notes, and snippets.

@LCHCAPITALHUMAIN
Forked from kdabir/get_content.groovy
Last active August 29, 2015 14:22
Show Gist options
  • Save LCHCAPITALHUMAIN/8c870982efa0911b6eec to your computer and use it in GitHub Desktop.
Save LCHCAPITALHUMAIN/8c870982efa0911b6eec to your computer and use it in GitHub Desktop.
// saving from url to a file (append)
new File("output.xml") << new URL ("http://some.url/some/path.xml").getText()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment