#!/bin/bash #- -help # Display VNC in a web browser (not working) set -o pipefail if [[ $EUID -eq 0 ]]; then sudo -u prologmud_server -- ${BASH_SOURCE[0]} $@ return 0 2>/dev/null exit 0 fi source $LOGICMOO_WS/logicmoo_env.sh -v # google-chrome --no-sandbox "http://localhost:6081/vnc.html" google-chrome "http://localhost:6081/vnc.html" return 0 2>/dev/null exit 0