comparison bing4desktop/copy_desktop.sh @ 28:c5f6a572bc91

bing4desktop-0.240208-0.4
author prymula
date Thu, 08 Feb 2024 12:56:34 +0100
parents
children 9bcb32b7526a
comparison
equal deleted inserted replaced
27:8aeafb8ad1e1 28:c5f6a572bc91
1 #!/bin/sh
2
3 MYDIR=/home
4
5 for file in $(ls ${MYDIR}) ; do\
6 if [ $file == $'lost+found' ] ; then
7 continue
8 fi
9 cp bing4desktop.desktop /home/${file}/.local/share/applications
10 done