nanodesk/nanodesk-files/usr/bin/nanodesk-gen-iconlist
DeltaLima e676582a1e nanodesk-gen-iconlist helperscript
to create iconlist dynamic at start and not hardcoded when building the iso
2023-10-24 01:39:45 +02:00

4 lines
No EOL
129 B
Bash

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