Consoidation of Wallpaper

This commit is contained in:
stephan.raabe 2023-02-08 15:33:43 +01:00
parent 1b89425cf6
commit 525fd9c236

9
gitpush.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
#
echo -e "Enter the git commit message: \c "
read comment
git add *
git commit -m "$comment"
git push