Guest User

Untitled

a guest
Feb 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for '*.mp3' in ~/downloads; do
  4.         mv ~/*.mp3 ~/music/*.mp3
  5.        
  6. done;
Add Comment
Please, Sign In to add comment