3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-03-04 06:07:59 +01:00
pbot/applets/pbot-vm/entrypoint.sh

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