Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 207 Bytes

socat.md

File metadata and controls

5 lines (4 loc) · 207 Bytes

mkdir tty touch tty/master touch tty/slave sudo socat -d -d -d -d -lf /tmp/socat pty,link=$PWD/tty/master,raw,echo=0,user=$(whoami),group=staff pty,link=$PWD/tty/slave,raw,echo=0,user=$(whoami),group=staff