This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
MinecraftLandGenerator/scripts/Update_MLG_Extra_Files_All-OS_Linux.sh
2012-12-22 00:54:04 -08:00

11 lines
252 B
Bash
Executable File

#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
echo Minecraft Land Generator - Update Extra MLG Files All OS - Linux
echo $BINDIR
java -jar MinecraftLandGenerator.jar -downloadlist "MLG_Update_Files.txt"
chmod +x *.sh
chmod +x *.jar