#!/bin/bash git log -1 HEAD | grep -i FREEBIE > /dev/null if [[ $? -ne 0 ]] then cat <