4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
echo "Making all artwork files"
|
||
|
find ./* -type d -exec ./makeart {} \;
|