6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#! /bin/bash
|
|
|
|
socat -d -d \
|
|
pty,raw,echo=0,link=/tmp/ttyV0 \
|
|
pty,raw,echo=0,link=/tmp/ttyV1
|