#!/bin/bash if [[ $1 == "" ]]; then printf "Please add a message!\n"; exit 1; fi git add . git commit -m"$1"