Merge branch 'feature_runner_symlink' of https://github.com/02JanDal/MultiMC5 into develop
This commit is contained in:
commit
20e86801b3
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Basic start script for running MultiMC with the libs packaged with it.
|
# Basic start script for running MultiMC with the libs packaged with it.
|
||||||
|
|
||||||
MMC_DIR=`dirname "$0"`
|
MMC_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
cd "${MMC_DIR}"
|
cd "${MMC_DIR}"
|
||||||
echo "MultiMC Dir: ${MMC_DIR}"
|
echo "MultiMC Dir: ${MMC_DIR}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user