OpenBSD awk(1) should fail when passing a directory as argument. However, it runs continuously. Try the following:
mkdir dir
awk 1 dir
It seems to enter an infinite loop.
This is not a problem of onetrueawk. I tried its latest version
and this problem does not occur.
