diff --git a/,commit-and-push-self b/,commit-and-push-self index fbc3f1d..2f14c1a 100755 --- a/,commit-and-push-self +++ b/,commit-and-push-self @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -e git add -A git commit -m "auto commit at $(date '+%Y-%m-%d %H:%M:%S')"