diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 7bbfb1f..8d5752c 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -60,8 +60,8 @@ for input_file in "$@"; do new_file=${line//$sync_dir_sym/$sync_dir} if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then - trash-put "${new_file}" - #echo "${new_file}" + #trash-put "${new_file}" + echo "trash-put ${new_file}" #echo "${new_file}" >> ${log_file} else echo "error: unable to delete \"${new_file}\""