From: Erik H. <eri...@gm...> - 2019-03-19 21:33:09
|
A small tool to get shell integrations to the TIPC topology server, maybe someone will find it useful https://github.com/Hugne/tipc.sh The subscriber examples use part of the functionality that i plan to submit to the bash project for network redirection support, e.g: [root@kdev ~] exec 5</dev/tipc/1000/1 [root@kdev ~] echo hello world >/dev/tipc/1000/1 [root@kdev ~] cat <&5 hello world ^C [root@kdev ~] //E |