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

# Opens calcurse with git syncronization

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