bin
This commit is contained in:
5
bin/gi.sh
Executable file
5
bin/gi.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
git add *
|
||||
git commit -m "checkin"
|
||||
git push
|
||||
BIN
bin/tree-sitter
Executable file
BIN
bin/tree-sitter
Executable file
Binary file not shown.
9
bin/upd.sh
Executable file
9
bin/upd.sh
Executable 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
|
||||
Reference in New Issue
Block a user