#!/bin/sh # Copyright (c) 2012 Kaarle Ritvanen # See LICENSE file for license details cd $(dirname $0) exec uwsgi -M --http :${1:-80} --plugin /usr/lib/uwsgi/lua_plugin.so --lua server.lua --remap-modifier 6:0 --static-map /browser=web --static-index client.html