#!/usr/bin/bash env=`date` git add . git commit -m "$env" git push