#!/bin/sh

set -e

echo "* Call \`fullquottel --help'."
fullquottel --help

echo "* Call \`fullquottel --version' and check output."
fullquottel --version | grep -F 'fullquottel 0.1.5'
