dconf/dconf-update

10 lines
103 B
Plaintext
Raw Normal View History

2024-11-01 20:58:48 +08:00
#!/bin/bash
while read -r d; do
if [[ ! -d $d ]]; then
rm -f "${d%.d/}"
fi
done
dconf update