#!/bin/bash cd "$(dirname "$0")" git add . git commit -m "Update git command" git push origin master