#!/bin/sh

set -e

PERL5LIB=lib script/kgb-bot --foreground --config eg/test-server-1.conf --config-dir eg/test-server-1.conf.d "$@"
