This commit is contained in:
USER
2026-04-16 12:11:16 +01:00
parent fe5ff6aea1
commit 4b0835eb40
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
for i in `ls /home/$LOGNAME/.config/libreoffice`
do
echo $i
cp /zz/zShared/libreoffice/GOLD.xcu /home/$LOGNAME/.config/libreoffice/$i
done