Guest User

Untitled

a guest
Nov 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. task copyTask << {
  2. copy {
  3. from /path/to/dir
  4. into /path/to/dir2
  5. }
  6. copy {
  7. from /path/to/dir3
  8. into /path/to/dir4
  9. }}
Add Comment
Please, Sign In to add comment