1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 17:25:07 +00:00
serenity/Base/usr/share
Fabian Dellwing 7cfa108fad nc: Add -p option
With this change we support the well-known and shorter way to
create a listener on all interfaces:

`nc -lvp 1337`

instead of:

`nc -lv 0.0.0.0 1337`
2023-04-26 12:33:25 -06:00
..
man nc: Add -p option 2023-04-26 12:33:25 -06:00
shell/completion Base: Add some default completions to shellrc 2022-04-18 19:53:10 +04:30