Skip to content

Commit

Permalink
Added shell scripts to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Oct 12, 2014
1 parent ef76bc8 commit 4115d11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/RabbitInAHat1.5GB.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1500m -jar RabbitInAHat.jar
1 change: 1 addition & 0 deletions scripts/RabbitInAHat1.5GB.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1500m -jar RabbitInAHat.jar
1 change: 1 addition & 0 deletions scripts/WhiteRabbit1.5GB.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1500m -jar WhiteRabbit.jar
1 change: 1 addition & 0 deletions scripts/WhiteRabbit1.5GB.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1500m -jar WhiteRabbit.jar

0 comments on commit 4115d11

Please sign in to comment.