0

Hello World!

This commit is contained in:
Ethan Lee
2012-02-01 00:49:44 -05:00
commit fa19d70be4
1681 changed files with 142058 additions and 0 deletions

2
executables/LWJake2.bat Executable file
View File

@@ -0,0 +1,2 @@
@echo off
start javaw -Xmx100M -jar lwjake2.jar

3
executables/LWJake2.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd `dirname $0`
java -jar lwjake2.jar

2
executables/LWJake2_Server.bat Executable file
View File

@@ -0,0 +1,2 @@
@echo off
java -jar lwjake2.jar +set dedicated 1

3
executables/LWJake2_Server.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd `dirname $0`
java -jar lwjgl.jar +set dedicated 1