#!/bin/bash

set -e

./stop.sh

echo Updating hg
hg pull -u
../scripts/build-luan.sh

echo Starting...
./start.sh
