aboutsummaryrefslogtreecommitdiff
path: root/calcurse.sh
blob: a701b1d80bc2d8ddbdf8ee71725bb99efe9bb2f7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Opens calcurse with git syncronization

cd "$HOME/.calcurse" || exit
git pull
calcurse
git add .
git commit -m "$(date)"
git push