This commit is contained in:
Thomas Sindt
2026-06-09 10:17:31 +02:00
parent 1e7744eab5
commit 2f422b4bfe
4 changed files with 36 additions and 0 deletions

5
bin/gi.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git add *
git commit -m "checkin"
git push

BIN
bin/tree-sitter Executable file

Binary file not shown.

9
bin/upd.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
cd /home/tsindt/documents/Bibliothek/
git pull
cd /home/tsindt/documents/Notizen/
git pull
cd /home/tsindt/documents/Publikationen/
git pull
cd