Initial commit

This commit is contained in:
2026-05-21 18:55:38 +03:00
commit 300414098b
6 changed files with 90 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
while read -r d; do
if [[ ! -d $d ]]; then
rm -f "${d%.d/}"
fi
done
dconf update