Add Ranger

This commit is contained in:
stephan.raabe 2023-02-02 12:27:22 +01:00
parent 68d44d39be
commit 7e7aef2efa

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