Skip to content

Instantly share code, notes, and snippets.

@ksky
Created October 10, 2010 06:10
Show Gist options
  • Save ksky/619010 to your computer and use it in GitHub Desktop.
Save ksky/619010 to your computer and use it in GitHub Desktop.
// g100pon #30 ファイルのコピー
// Usage: groovy filecopy <srcfile> <destfile>
ant = new AntBuilder()
ant.copy(file:args[0], tofile:args[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment