From 532ae9f01cb8fce08016742cda857a34b15a256a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 May 2010 19:05:49 +1200 Subject: Add ~/Templates to sync-to-pieni. --- debian/changelog | 6 ++++++ sync-to-pieni | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dde8304..31f2857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liw-automation (7) squeeze; urgency=low + + * Add ~/Templates to sync-to-pieni. + + -- Lars Wirzenius Mon, 03 May 2010 19:36:49 +1200 + liw-automation (6) squeeze; urgency=low * journal-note: Put temporary files in ~/Journal, so they don't get lost. diff --git a/sync-to-pieni b/sync-to-pieni index cc927ef..84facfa 100755 --- a/sync-to-pieni +++ b/sync-to-pieni @@ -2,7 +2,7 @@ set -e -for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists +for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists $HOME/Templates do echo "$dir" ( -- cgit v1.2.1