Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def output = '/Users/reinhard/Downloads/output/'
- def input = '/Users/reinhard/Downloads/complete/'
- (input as File).watchFolder { files ->
- executeScript('dev:amc', ['--action', 'duplicate', '-non-strict', '--output', output], [minFileSize:0], files)
- }
- sleep Integer.MAX_VALUE
Add Comment
Please, Sign In to add comment