rwxrob-dot/scripts/yyy

7 lines
105 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
> /tmp/buf
while IFS= read -r line;do
echo "$line" >> /tmp/buf
echo "$line"
done