diff --git a/,commit-and-push-self b/,commit-and-push-self new file mode 100755 index 0000000..fbc3f1d --- /dev/null +++ b/,commit-and-push-self @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +git add -A +git commit -m "auto commit at $(date '+%Y-%m-%d %H:%M:%S')" +git push