From ff5b0c7d8070c55e1047cd384668874de0873dea Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 13:04:18 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 3931d73..c0b80d0 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -16,7 +16,7 @@ sync_dir=${!syncdir_env_var} # '!' to use the name and not the value cwd=$(pwd) # nifty for debugging: -#echo ${input_file} +echo ${input_file} #echo ${sync_dir_sym} #echo ${sync_dir} #echo ${cwd} @@ -38,7 +38,8 @@ fi new_file=${input_file//$sync_dir_sym/$sync_dir} if [[ -f ${new_file} ]] || [[ -d ${new_file} ]] ; then - trash-put ${new_file} + #trash-put ${new_file} + echo ${new_file} else echo "error: unable to delete ${new_file}" fi