irc-announce cat2: use awk

This commit is contained in:
tv 2020-03-17 20:51:18 +01:00
parent 3493cd74a1
commit 1e915baafb

View File

@ -25,10 +25,10 @@ pkgs.writeDashBin "irc-announce" ''
# This is used to see what we send to the irc server. (debug output)
echo2() { echo "$*"; echo "$*" >&2; }
cat2() {
while read -r line; do
echo "$line"
echo "$line" >&2
done
awk '{
print $0
print $0 > "/dev/stderr"
}'
}
# privmsg_cat transforms stdin to a privmsg