yanyuyijian/Scripts/sh/serv2git.sh
2021-07-25 18:30:10 +08:00

6 lines
123 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
cd /root/GitHub/VIP
git add .
git commit -m "🤖sync $(date +%Y-%m-%d" "%H:%M:%S)"
git push -u origin main