From 66f5bae41573940707cf60eaeb14a73f0288a537 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 18:02:45 -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 7d8383a..8530437 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -35,10 +35,10 @@ for input_file in "$@"; do declare -a theArray -while read -r input_file +while read -r line do theArray+=("$line") -done <<< "$lines" +done <<< "$input_file" for line in "${theArray[@]}" do