diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/synchdd | 3 |
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 |