summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-05-18 19:05:49 +1200
committerLars Wirzenius <liw@liw.fi>2010-05-18 19:05:49 +1200
commit532ae9f01cb8fce08016742cda857a34b15a256a (patch)
tree77c697b266c55111d27e352b1bbdb1ff2ec59a11
parentb88b04ce811a6979ab085c8933558adafc4e9400 (diff)
downloadliw-automation-532ae9f01cb8fce08016742cda857a34b15a256a.tar.gz
Add ~/Templates to sync-to-pieni.
-rw-r--r--debian/changelog6
-rwxr-xr-xsync-to-pieni2
2 files changed, 7 insertions, 1 deletions
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 <liw@liw.fi> 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"
(