#!/bin/sh

./scripts/cloud-wiki stop
sleep 2
./scripts/cloud-wiki kill
darcs pull
./scripts/cloud-wiki start

