This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some calls to PerlMemShared_alloc() aren't checking the return value.
[perl5.git] / ext / SDBM_File / sdbm / grind
1 #!/bin/sh
2 rm -f /tmp/*.dir /tmp/*.pag
3 awk -e '{
4         printf "%s\t", $0
5         for (i = 0; i < 40; i++)
6                 printf "%s.", $0
7         printf "\n"
8 }' < /usr/dict/words | $1 build /tmp/$2
9