Skip to content

Instantly share code, notes, and snippets.

@jaswilli
Created September 3, 2014 18:23
Show Gist options
  • Save jaswilli/80df3b7101c9c17bd391 to your computer and use it in GitHub Desktop.
Save jaswilli/80df3b7101c9c17bd391 to your computer and use it in GitHub Desktop.
fancy copy
#!/bin/bash
cat $1 | xargs -t -I {} cp $2/{} $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment