#!/usr/bin/env bash main() { # Replace this with your local path to worlds.jar local WORLDSPLAYER_JAR=${WORLDSPLAYER_JAR:-"${HOME}/.local/share/bottles/bottles/WorldsPlayer/drive_c/Program Files (x86)/Worlds Inc/WorldsPlayer - BowieFull/lib/worlds.jar"} echo "Using WORLDSPLAYER_JAR=${WORLDSPLAYER_JAR}" vineflower -ega=true "${WORLDSPLAYER_JAR}" source } main