Guest User

Untitled

a guest
Jan 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #This script is far too simple - copyright cannot apply.
  4.  
  5. playlistfilename="$(basename "`pwd`")"
  6. echo "$(ls -1 *.flac *.mp3 *.ogg *.mp4 *.wav 2>/dev/null)" > "$playlistfilename".m3u
Add Comment
Please, Sign In to add comment