d0c7540 ^
1 2 3 4 5 6 7 8
#!/bin/dash e "$@" git add -- "$@" if test -f "$(git home)/.git/autosave"; then exec git commit -m 'Autosave' fi