Guest User

Untitled

a guest
Dec 16th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. cd ~/Music
  4. cp ~/tmp/*.zip .
  5. unzip '*.zip'
  6. rm -f *.zip
Add Comment
Please, Sign In to add comment