Consoidation of Wallpaper
This commit is contained in:
parent
1b89425cf6
commit
525fd9c236
9
gitpush.sh
Executable file
9
gitpush.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user