Blame test/rtlen.sh

Packit Service f629e6
#! /bin/sh
Packit Service f629e6
Packit Service f629e6
AWK=${AWK:-../gawk}
Packit Service f629e6
Packit Service f629e6
$AWK 'BEGIN {printf "0\n\n\n1\n\n\n\n\n2\n\n"; exit}' | $AWK 'BEGIN {RS=""}; {print length(RT)}'