neat-donk/xpra-run.sh

5 lines
267 B
Bash
Raw Normal View History

2021-04-09 15:06:55 -04:00
#! /bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
xpra start --bind-tcp=127.0.0.1:5309 --html=on --start-child="lsnes --lua=$SCRIPT_DIR/neat-donk.lua" --exit-with-child=yes --start-new-commands=no
2021-04-09 17:47:08 -04:00
xdg-open http://127.0.0.1:5309