mirror of
https://github.com/pragma-/pbot.git
synced 2026-03-04 06:07:59 +01:00
7 lines
239 B
Bash
7 lines
239 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 &
|
|
|
|
cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server &
|
|
guest-server |