From 7365862fe8e18ef2ebde2f4f55ec6c97d01d5ad0 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 17:48:28 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 7d953d6..fe1212b 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -34,10 +34,12 @@ for input_file in "$@"; do # while IFS= read -r line; do # echo "... $line ..." - while read input_file ; do - echo === $input_file === + for line in $input_file + do + echo ${line} done + # for input_file in # # if input file has no path specified