From cdb938d34097b6ad46ce8f476bf28a73f5164606 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 28 Aug 2024 15:21:59 -0500 Subject: [PATCH] / +debugging --- dots/bin/tp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 7bbfb1f..8d5752c 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -60,8 +60,8 @@ for input_file in "$@"; do new_file=${line//$sync_dir_sym/$sync_dir} if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then - trash-put "${new_file}" - #echo "${new_file}" + #trash-put "${new_file}" + echo "trash-put ${new_file}" #echo "${new_file}" >> ${log_file} else echo "error: unable to delete \"${new_file}\""