#!/bin/bash git add . echo Write a short commit: read commit git commit -m " '$commit' " git push