From 392f1b5e0190aef84e19c6a20583f184750e328d Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 12:56:36 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index f5ed5be..7a5787e 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -37,7 +37,7 @@ fi new_file=${input_file//$sync_dir_sym/$sync_dir} if [[ -f ${new_file} ]] || [[ -d ${new_file} ]] ; then - echo ${new_file} + trash-put ${new_file} else echo "error: unable to delete ${new_file}" fi