3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-02-27 11:48:00 +01:00

How about now?

This commit is contained in:
Alex Belanger 2024-03-12 03:16:03 -04:00
parent 8d21a040f8
commit d810f67bc5
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -1,7 +1,7 @@
#!/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 &
# 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
cd /opt/pbot/applets/pbot-vm/guest/bin && ./guest-server &
cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server