summaryrefslogtreecommitdiff
path: root/scripts/sync-gtd
blob: 9bdcab0f7f67b686f5a20335c7506d03cf2ce59e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

cd $HOME/GTD
if bzr status | grep . > /dev/null
then
    bzr commit -m sync --quiet
fi