knnCorsica/quick-push.sh

4 lines
95 B
Bash
Executable file

#!/bin/bash
git add .
git commit -m "${1:-Auto-update: $(date '+%Y-%m-%d %H:%M:%S')}"
git push