summaryrefslogtreecommitdiffstats
path: root/package/linux/MultiMC
blob: 20ecb6d11b42e4a690b34d4aad19ab2eca5e75bb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Basic start script for running MultiMC with the libs packaged with it.

MMC_DIR = $(dirname "$0")
cd "${MMC_DIR}"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./lib"
exec ./bin/MultiMC