Skip to content

Commit

Permalink
Doh...still want run scripts because of GEM_HOME, but it is up to use…
Browse files Browse the repository at this point in the history
…r to use it or not
  • Loading branch information
enebo committed Aug 18, 2012
1 parent 7d18d1f commit 50d0bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/run.bat
@@ -0,0 +1,2 @@
set GEM_HOME=gems
java -Xms1024M -Xmx1024M -cp craftbukkit.jar org.bukkit.craftbukkit.Main
1 change: 1 addition & 0 deletions bin/run.sh
@@ -0,0 +1 @@
GEM_HOME=./gems java -Xms1024M -Xmx1024M -cp craftbukkit.jar org.bukkit.craftbukkit.Main

0 comments on commit 50d0bb1

Please sign in to comment.