#!/bin/bash acp() { git add . git commit -m "$@" git push }