9 lines
115 B
Bash
9 lines
115 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
x=''
|
||
|
while [ t ];
|
||
|
do
|
||
|
$(`x < RAFTNODESENDMSGRESPPIPE`);
|
||
|
echo "$($x)" > RAFTNODERECEIVEMSGPIPE;
|
||
|
done
|