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