Files
bin/makeipodlink.sh
2009-09-11 17:49:27 +02:00

8 lines
124 B
Bash
Executable File

#!/bin/bash
ipodfileindir=$1
mp3dir=$(dirname "$ipodfileindir")
find "$mp3dir" -name "*.mp3" -exec create_links.sh {} \;