Skip to content

Commit

Permalink
Added unix scripts with correct line-endings and shell execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Oct 12, 2014
1 parent 4115d11 commit 73381bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/RabbitInAHat1.5GB.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
java -Xmx1500m -jar RabbitInAHat.jar
#!/bin/sh
java -Xmx1500m -jar RabbitInAHat.jar
3 changes: 2 additions & 1 deletion scripts/WhiteRabbit1.5GB.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
java -Xmx1500m -jar WhiteRabbit.jar
#!/bin/sh
java -Xmx1500m -jar WhiteRabbit.jar

0 comments on commit 73381bf

Please sign in to comment.