#!/bin/sh output="$(git describe --always --dirty --abbrev --match="NeVeRmAtCh")" if test -n output;then echo "#define GIT_COMMIT_HASH \"$output\"" fi