rwxrob-dot/scripts/ddd
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

6 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
> /tmp/buf
while IFS= read -r line;do
echo "$line" >> /tmp/buf
done