From 2ed9986e69ce168eafc34e1a6ef229256dd88b51 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 5 May 2023 00:54:38 +0200 Subject: up --- .local/bin/synchdd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/bin/synchdd') 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 -- cgit v1.2.3