goawk
goawk copied to clipboard
Make sure ctx being cancelled actually stops system() process
This is a manifestation of https://github.com/golang/go/issues/21922 - use pipes to fix it. Tricky!
Fixes #122.