4 lines
129 B
Text
4 lines
129 B
Text
|
#!/bin/sh
|
||
|
echo "<JWM>"
|
||
|
find /usr/share/icons/ -type d | sed -e 's/^/\ \ \ \ <IconPath>/g' -e 's/$/<\/IconPath>/g'
|
||
|
echo "</JWM>"
|