From 199944666593b828978b2388ce97c994d28a7293 Mon Sep 17 00:00:00 2001 From: committer Date: Tue, 11 Jun 2024 07:00:31 -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 5ebf87c..3f62151 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -44,8 +44,8 @@ for input_file in "$@"; do new_file=${input_file//$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 "${new_file}" else echo "error: unable to delete '${new_file}'" fi