0

удаляем лишнее

This commit is contained in:
2017-05-12 01:49:57 +03:00
parent c9fa4bf413
commit 7c0b9c3693
16 changed files with 0 additions and 38 deletions

View File

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

View File

@@ -1,17 +0,0 @@
#!/bin/bash
# Move to script's directory
cd "`dirname "$0"`"
# Get the kernel information
UNAME=`uname`
# Set the proper libpath
if [ "$UNAME" == "Darwin" ]; then
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:./
elif [ "$UNAME" == "Linux" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
fi
# Run it!
java -jar lwjake2.jar $@

View File

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

View File

@@ -1,17 +0,0 @@
#!/bin/bash
# Move to script's directory
cd "`dirname "$0"`"
# Get the kernel information
UNAME=`uname`
# Set the proper libpath
if [ "$UNAME" == "Darwin" ]; then
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:./
elif [ "$UNAME" == "Linux" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
fi
# Run the server!
java -jar lwjake2.jar +set dedicated 1 $@

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.