added .sh files...

This commit is contained in:
TheErrorExe 2024-12-27 22:47:13 +01:00
parent 8869225760
commit 1b5f3e98c6
2 changed files with 4 additions and 0 deletions

1
pull.sh Normal file
View file

@ -0,0 +1 @@
git pull

3
push.sh Normal file
View file

@ -0,0 +1,3 @@
git add .
git commit -m "something"
git push -u origin main