broswer / scripts /launch-x11vnc.sh
charlielin0121's picture
Upload 10 files
ac2af53 verified
Raw
History Blame Contribute Delete
245 Bytes
#!/bin/sh
set -eu
until xdpyinfo -display "${DISPLAY:-:99}" >/dev/null 2>&1; do
sleep 0.25
done
exec /usr/bin/x11vnc \
-display "${DISPLAY:-:99}" \
-localhost \
-nopw \
-forever \
-shared \
-repeat \
-noxdamage \
-rfbport 5900