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