Skip to content

Commit

Permalink
update grid5000.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonAllier committed Dec 17, 2013
1 parent 91ed480 commit a459f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid5000.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git pull
mvn clean package

n=$RANDOM
sleep $(( r %= 300 ))
sleep $(( n %= 300 ))

rm -rf repo/diversify-exp
java -jar target/Diversify-statements-1.0-SNAPSHOT-jar-with-dependencies.jar git repo
Expand Down

0 comments on commit a459f6c

Please sign in to comment.