#!/bin/sh

params=$@
if [ "$params" = "describe --tags --dirty" ]; then
    exit 1
fi

