Mercurial > hg > pub > prymula > scripts
comparison bing4desktop/remove_desktop.sh @ 34:9bcb32b7526a
bing4desktop-0.240209-0
author | prymula <prymula76@outlook.com> |
---|---|
date | Fri, 09 Feb 2024 14:39:54 +0100 |
parents | c5f6a572bc91 |
children |
comparison
equal
deleted
inserted
replaced
33:1d063d3bf7ff | 34:9bcb32b7526a |
---|---|
1 #?/bin/sh | 1 #?/bin/sh |
2 | 2 |
3 MYDIR=/home | 3 MYDIR=/home |
4 | 4 |
5 for file in $(ls ${MYDIR}) ; do\ | 5 for file in $(ls ${MYDIR}) ; do\ |
6 if [ "$file" == "lost+found" ] ; then | 6 if [ "$file" == ".." ] ; then |
7 continue | 7 continue |
8 fi | 8 fi |
9 rm /home/${file}/.local/share/applications/bing4desktop.desktop | 9 rm /home/${file}/.local/share/applications/bing4desktop.desktop |
10 done | 10 done |