]> git.phdru.name Git - audio-cdr-video.git/blob - not-mp3s.sh
739c17cf2001e0247314374aeae2a1f8a8dce2b4
[audio-cdr-video.git] / not-mp3s.sh
1 #! /bin/sh
2 exec find . -type f \
3    \! -name \*.mp3 \! -name PlayList.m3u \! -name *.jpg \! -name *.txt \
4 >file.list