mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-10 02:56:58 +00:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
cd ~/
|
||
|
exec 2>&1
|
||
|
exec /usr/share/novnc/utils/launch.sh --listen 6080 --vnc localhost:5900
|