nanodesk/nanodesk-files/usr/bin/nanodesk-gen-iconlist

4 lines
129 B
Bash

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