This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# -SCOPE | |
# This script will replace the shared library files lwjgl.so and libopenal.so | |
# contained in the minecraft lwjgl *natives-linux.jar with those in a specified | |
# directory and update the associated sha1sum. | |
# The purpose of this is to enable playing of "standard" minecraft | |
# on non x86 / i386 chipsets running linux. Eg. ARM. | |
# | |
# -IMPORTANT |