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}\""