jobextra/dconf/dconf-update
2022-03-20 14:34:07 +02:00

10 lines
103 B
Bash
Executable file

#!/bin/bash
while read -r d; do
if [[ ! -d $d ]]; then
rm -f "${d%.d/}"
fi
done
dconf update