Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Create a server on TCP port 3478 and output received data to standard output. [3C438526-9329-4733-B432-51CE926D3CB8].json
2026-03-26 09:22:38 +08:00

8 lines
256 B
JSON

{
"alfredsnippet" : {
"snippet" : "socat -v TCP4-LISTEN:3478,fork stdout",
"uid" : "3C438526-9329-4733-B432-51CE926D3CB8",
"name" : "Create a server on TCP port 3478 and output received data to standard output.",
"keyword" : "socat"
}
}