summaryrefslogtreecommitdiffstats
path: root/.local/bin/synchdd
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/synchdd')
-rwxr-xr-x.local/bin/synchdd3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/synchdd b/.local/bin/synchdd
index af1aa96..642967a 100755
--- a/.local/bin/synchdd
+++ b/.local/bin/synchdd
@@ -7,6 +7,9 @@ dest="$HOME"/exthdd/
# books
rsync -avhk --delete-after \
$HOME/books $dest
+# dev
+rsync -avhk --delete-after \
+ $HOME/dev $dest
# docs
rsync -avhk --delete-after \
--exclude 'dotfiles-*' \