Created
July 29, 2023 12:28
-
-
Save raspi/31ab9bfdb1190907144abfb1568b7a7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Local chat with socat | |
# Server runs: | |
socat ABSTRACT-LISTEN:@chat,socktype=5,fork STDOUT | |
# Client: | |
socat ABSTRACT-CONNECT:@chat,socktype=5 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment