initial commit

This commit is contained in:
2022-12-14 14:29:47 +01:00
commit e077015755
27 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/bash
source bin/source-ssh-agent
cd storage/documents/Diario
git pull

View File

@@ -0,0 +1,6 @@
#!/usr/bin/bash
source bin/source-ssh-agent
cd storage/documents/Diario
git add -A
git commit -m "sync from android"
git push