6 lines
125 B
Bash
6 lines
125 B
Bash
#!/usr/bin/bash
|
|
source bin/source-ssh-agent
|
|
cd storage/documents/Diario
|
|
git add -A
|
|
git commit -m "sync from android"
|
|
git push |