summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-05-05 00:54:38 +0200
committerJoe <bousset.rudy@gmail.com>2023-05-05 00:54:38 +0200
commit2ed9986e69ce168eafc34e1a6ef229256dd88b51 (patch)
tree15204033cd700e87da074e014429fe7e943ecef7 /.local
parentup (diff)
downloaddotfiles-bsd-2ed9986e69ce168eafc34e1a6ef229256dd88b51.tar.gz
dotfiles-bsd-2ed9986e69ce168eafc34e1a6ef229256dd88b51.tar.bz2
dotfiles-bsd-2ed9986e69ce168eafc34e1a6ef229256dd88b51.tar.xz
dotfiles-bsd-2ed9986e69ce168eafc34e1a6ef229256dd88b51.tar.zst
dotfiles-bsd-2ed9986e69ce168eafc34e1a6ef229256dd88b51.zip
up
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/synchdd3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/synchdd b/.local/bin/synchdd
index a6a6333..af1aa96 100755
--- a/.local/bin/synchdd
+++ b/.local/bin/synchdd
@@ -1,8 +1,9 @@
-#!/bin/csh -e
+#!/bin/sh -e
dest="$HOME"/exthdd/
[ -d $dest ] || exit 1
+
# books
rsync -avhk --delete-after \
$HOME/books $dest