diff bing4desktop/copy_desktop.sh @ 13:73fd89b46da4

bing4desktop-0.240206-3
author prymula <prymula76@outlook.com>
date Tue, 06 Feb 2024 17:47:04 +0100
parents
children 02409f02eea6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bing4desktop/copy_desktop.sh	Tue Feb 06 17:47:04 2024 +0100
@@ -0,0 +1,7 @@
+#?/bin/sh
+
+MYDIR=/home
+
+for file in $(ls ${MYDIR}) ; do\
+	cp bing4desktop.desktop /home/${file}/.local/share/applications
+done