From 4b6b8931bc3ae347a860f7438561481a6fca75f3 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 17:49:40 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index fe1212b..e9848bf 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -25,7 +25,7 @@ log_file="/home/poq/syncDir/0_downloads/tp.log" #echo "cwd: ${cwd}" #echo echo "---" >> ${log_file} -echo "$@" >> ${log_file} +#echo "$@" >> ${log_file} # loop through all files to delete for input_file in "$@"; do @@ -36,7 +36,7 @@ for input_file in "$@"; do for line in $input_file do - echo ${line} + echo ${line} >> ${log_file} done