34e3275338
Obtained from http://sourceforge.net/projects/wmcdplay/files/wmcdplay-1.0-beta1.tgz/download
4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
echo "Making all artwork files"
|
|
find ./* -type d -exec ./makeart {} \;
|