Skip to content

Commit 0c50a84

Browse files
authored
Create loop-lines.sh
1 parent c31ee02 commit 0c50a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Shell/loop-lines.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
while read -ru70 thing; do
2+
./bla.sh "${thing}"
3+
done 70<<< "${THINGS}"

0 commit comments

Comments
 (0)