AfanasevGad4

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad4
Log | Files | Refs

commit 909d8648439538de17a85330bf044055719b50ee
parent 27d68936d8c0e448c95e7303f3e61e52cb493b7f
Author: Plat <plat@stellar-nexus.ru>
Date:   Fri, 10 Oct 2025 23:26:41 +0000

Added connection script

Diffstat:
Aconnection.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/connection.sh b/connection.sh @@ -0,0 +1,5 @@ +#!/bin/sh +mkfifo x2c c2x + +./x < c2x | tee >(cat > x2c) & +./c < x2c | tee >(cat > c2x)