2 lines
77 B
Groovy
2 lines
77 B
Groovy
|
|
new AntBuilder().copy(file:'input.txt', toFile:'output.txt', overwrite:true)
|