From 3b7cf66ea974058c0ed85b483dbb5e1fc65fee38 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 1 Jun 2015 05:18:46 -0700 Subject: [PATCH] Add lwjgl-fix --- README.md | 12 ++++++++---- lwjgl-fix | 5 +++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100755 lwjgl-fix diff --git a/README.md b/README.md index 9a275ae..74e379d 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,22 @@ decolorize --- Strips ANSI color codes out of a stream -hours ---- -Reports what hours I was at the computer, based on my bash history. On linux, I instead use [keystroked](https://github.com/vanceza/keystroked). - google --- Searches for something on google, opening the results page in the default browser. +hours +--- +Reports what hours I was at the computer, based on my bash history. On linux, I instead use [keystroked](https://github.com/vanceza/keystroked). + last --- Prints the last line from bash's history +lwjgl-fix +--- +On Arch Linux, fix lwjgl.jar in minecraft + owns? --- Checks which Arch Linux package owns a command diff --git a/lwjgl-fix b/lwjgl-fix new file mode 100755 index 0000000..37a84b3 --- /dev/null +++ b/lwjgl-fix @@ -0,0 +1,5 @@ +#!/bin/bash +cd /usr/share/lwjgl +cp jar/jinput.jar jar/lwjgl_util.jar jar/lwjgl.jar ~/.minecraft/bin +cp native/linux/* ~/.minecraft/bin/natives +cd ~