This repository has been archived on 2026-08-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
comma-scripts/,commit-and-push-self
T

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