Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read -r d; do
|
||||
if [[ ! -d $d ]]; then
|
||||
rm -f "${d%.d/}"
|
||||
fi
|
||||
done
|
||||
|
||||
dconf update
|
||||
Reference in New Issue
Block a user