Hyprland stuff and some new scripts
This commit is contained in:
9
Scripts/pushBlog.sh
Executable file
9
Scripts/pushBlog.sh
Executable file
@ -0,0 +1,9 @@
|
||||
CURRENT_PATH=$(pwd)
|
||||
|
||||
cd $HOME/myHome/Projects/Blog
|
||||
|
||||
git add .
|
||||
git commit -m "$1"
|
||||
git push
|
||||
|
||||
cd $CURRENT_PATH
|
Reference in New Issue
Block a user