lila/bin/lilarc
2013-09-20 10:57:27 +02:00

18 lines
349 B
Bash

#!/bin/sh
PLAY_VERSION="2.2.0"
PROD_URL="http://en.lichess.org"
JVM_OPTIONS="-Dhttp.port=9000 -Dscalac.patmat.analysisBudget=off"
lilalog () {
echo -e "\x1b[7m[lila]\x1b[0m $1"
}
curl_prod () {
lilalog "Test $PROD_URL"
curl -sL -w "%{http_code}" -o /dev/null "$PROD_URL"
}
# load local config
[ -f bin/lilarc.local ] && . bin/lilarc.local