Moved scripts out of the way

This commit is contained in:
Frank Schiebel 2023-09-15 15:38:05 +02:00
parent b13997ec9b
commit 19a02722c5
6 changed files with 22 additions and 0 deletions

View file

@ -1,14 +0,0 @@
#!/bin/bash
if [ "x$1" == x ]; then
echo "Das erste Argument muss das neue Hintergrundbild sein"
exit 1
fi
if [ ! -f $1 ]; then
echo "Die Datei \"$1\" existiert nicht."
exit 1
fi
convert $1 -colorspace Gray ./roles/lmn_qgm/files/qgm_background.jpg
convert $1 -quality 77 ./roles/lmn_qgm/files/qgm_background_wallpaper.jpg