more deprecations

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
2024-01-15 22:47:27 +03:00
parent 146f6a32df
commit 7f4d328d77
7 changed files with 0 additions and 0 deletions

10
deprecated/fast_commit Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd $HOME/notes
git add .
git add .gitignore
git add *
git status
dt=$(date +"%d/%m/%y-%H.%M.%S")
git commit -m "Auto $dt"
git push
exit 0