From 6df66802ea9b5f28085cceb8dc0f4bf886e60609 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 28 Aug 2024 15:25:58 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 8d5752c..58245e0 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -61,7 +61,9 @@ for input_file in "$@"; do if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then #trash-put "${new_file}" - echo "trash-put ${new_file}" + #trash-put + echo $line + #echo "trash-put ${new_file}" #echo "${new_file}" >> ${log_file} else echo "error: unable to delete \"${new_file}\""