#!/bin/sh
GAME_LOCAL_DIR=$HOME/.config/wrath
GAME_EXECUTABLE=/usr/bin/wrath_bin
cd $GAME_LOCAL_DIR && exec $GAME_EXECUTABLE
