Files
comma-scripts/,commit-and-push-self

6 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
git add -A
git commit -m "auto commit at $(date '+%Y-%m-%d %H:%M:%S')"
git push