From bf70a2444d9be536e37c7004740fab22cc671a6e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 28 Aug 2024 15:29:47 -0500 Subject: [PATCH] / trying to delete files without using the path --- dots/bin/tp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index af2d40a..a3e3372 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -62,8 +62,7 @@ for input_file in "$@"; do if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then #trash-put "${new_file}" - #trash-put - echo $bare_line + trash-put "${bare_line}" #echo "trash-put ${new_file}" #echo "${new_file}" >> ${log_file} else