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