Add redbear-netstat tool

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-14 22:52:47 +01:00
parent 24a8ccfe27
commit ea4032ad13
3 changed files with 311 additions and 0 deletions
@@ -0,0 +1,12 @@
[package]
name = "redbear-netstat"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "netstat"
path = "src/main.rs"
[[bin]]
name = "redbear-netstat"
path = "src/main.rs"