git @ Cat's Eye Technologies Gemooy / 1.0-2024.1024 bin / gemooy
1.0-2024.1024

Tree @1.0-2024.1024 (Download .tar.gz)

gemooy @1.0-2024.1024raw · history · blame

#!/bin/sh

# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

THIS=`realpath $0`
BASEDIR=`dirname $THIS`
SRCDIR="$BASEDIR/../impl/gemooy.lua/src/"
LUA_PATH="$SRCDIR/?.lua"
lua $SRCDIR/gemooy.lua "$@"