#!/usr/bin/env bash

if ! command -v commenter &> /dev/null
then
    echo "commenter is not installed, get it from https://github.com/bergmark/commenter"
    exit 1
fi

commenter $@
