#!/bin/bash -e

SAVE_PATH="$XDG_DATA_HOME/unciv"
mkdir -p "$SAVE_PATH"
cd "$SAVE_PATH"
/usr/bin/java -jar /usr/share/unciv/Unciv.jar "$@"
