#!/bin/dash e "$@" git add -- "$@" if test -f "$(git home)/.git/autosave"; then exec git commit -m 'Autosave' fi