groovy-vfs icon indicating copy to clipboard operation
groovy-vfs copied to clipboard

Add 'append' to DSL for multiple files

Open ysb33r opened this issue 10 years ago • 0 comments

Appends the content of one file to another.

vfs {
  append 'sftp://server/file1',  'sftp://server/file2', 'ftp://otherserver/destinationFile'
}

ysb33r avatar Dec 11 '14 22:12 ysb33r