mirror of
https://github.com/3cky/mbusd
synced 2025-10-26 23:46:44 +08:00
path fixtures
This commit is contained in:
@@ -4,7 +4,8 @@ SOCAT_BIN=socat
|
||||
SOCAT_ARGS="-d -d pty,raw,echo=0,link=/tmp/pts0 pty,raw,echo=0,link=/tmp/pts1"
|
||||
SOCAT_PID_FILE=/tmp/socat.pid
|
||||
|
||||
. ./subprocess_helper.sh
|
||||
CURRENT_DIR="$(dirname "$(realpath "$0")")"
|
||||
. $CURRENT_DIR/subprocess_helper.sh
|
||||
|
||||
check_preconditions() {
|
||||
# check if socat is installed
|
||||
|
||||
Reference in New Issue
Block a user