mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-09 18:46:31 +00:00
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd ~/
|
|
exec 2>&1
|
|
exec /usr/share/novnc/utils/launch.sh --listen 6080 --vnc localhost:5900
|