7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ~/.timewarrior/
|
||
|
git add --all .
|
||
|
git commit -m 'timew-backup'
|
||
|
git push
|