Hacker News new | ask | show | jobs
by zamadatix 748 days ago

  mkfifo /mnt/shared/connection
  nc localhost 12345 > /mnt/shared/connection < /mnt/shared/connection
Seems the same?