#!/usr/bin/env sh

test $# -eq 0 && echo Usage: $0 dump.json && exit 1
godot --main-pack /opt/prologin2019.pck -json=$1 $2
