Skip to content

Commit

Permalink
Add lwjgl-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
za3k committed Jun 1, 2015
1 parent 0a041e1 commit 3b7cf66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions lwjgl-fix
Original file line number Diff line number Diff line change
@@ -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 ~

0 comments on commit 3b7cf66

Please sign in to comment.