#!/bin/sh

PREFIX="/usr"
CONFIG="/etc/swordfish/swordfish.conf"

exec ${PREFIX}/bin/swordfish $(grep -v ^# "${CONFIG}" | tr '\n' ' ')
