Implement blackbox in Golang (#250)

* Initial release
This commit is contained in:
Tom Limoncelli
2020-07-24 14:21:33 -04:00
committed by GitHub
parent e049c02655
commit 1c77c87555
86 changed files with 6074 additions and 22 deletions

2
binv2/blackbox_view Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
blackbox cat "$@" | ${PAGER:-less}