#!/bin/sh

set -o errexit
set -o pipefail
set -o nounset

# Check Redis is up

# Check Web API is up with simple curl of hostcheck

python -m geeksbot