From b76567481885e9643fed08eb41036c460e6b96fc Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 18:11:42 -0500 Subject: [PATCH] u --- 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 829f283..7bbfb1f 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -60,9 +60,9 @@ 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}" + trash-put "${new_file}" #echo "${new_file}" - echo "${new_file}" >> ${log_file} + #echo "${new_file}" >> ${log_file} else echo "error: unable to delete \"${new_file}\"" fi