#!/bin/env bash TIMESTAMP=`date "+%Y%m%d%H%M"` TEST=$(git_99_status.sh) if [ ! "$TEST" = "GIT STATUS OK" ] then git commit -m "$TIMESTAMP" fi