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