index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
exitval3.awk
blob: 33e8c433dc61377ac1023d174ed4e2150c8fa608 (
plain
)
1
2
BEGIN
{
exit
42
}
END
{
exit
}