mirror of
https://github.com/pragma-/pbot.git
synced 2025-07-06 13:37:28 +02:00
8 lines
259 B
Bash
8 lines
259 B
Bash
#/bin/bash
|
|
|
|
socat -d -d pty,raw,link=/tmp/ttyS2,echo=0 pty,raw,link=/tmp/ttyS2x,echo=0 &
|
|
socat -d -d pty,raw,link=/tmp/ttyS3,echo=0 pty,raw,link=/tmp/ttyS3x,echo=0 &
|
|
|
|
guest-server &
|
|
/opt/pbot/applets/pbot-vm/docker-server &
|
|
/opt/pbot/applets/pbot-vm/vm-server |