Guest User

Untitled

a guest
Dec 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. JOBS=${JOBS:-20}
  4.  
  5. (mc ls --recursive $1 | cut -c34-) \
  6. | parallel -j $JOBS mc -q cp $1/{} $2/{}
Add Comment
Please, Sign In to add comment