From 94bb5850aaef84fc7e985ef544e2a29f26fd73df Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 21:43:23 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 85f1781..db71901 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -16,11 +16,12 @@ sync_dir=${!syncdir_env_var} # '!' to use the name and not the value cwd=$(pwd) # nifty for debugging: -#echo ${input_files[@]} -#echo ${sync_dir_sym} -#echo ${sync_dir} -#echo ${cwd} -#echo +echo "debugging values:" +echo ${input_files[@]} +echo ${sync_dir_sym} +echo ${sync_dir} +echo ${cwd} +echo # loop through all files to delete for input_file in ${input_files[@]}; do