1
0
mirror of https://github.com/Oreomeow/VIP.git synced 2026-02-04 02:53:26 +08:00
Files
vip/Scripts/sh/serv2git.sh
2022-03-09 20:43:36 +08:00

7 lines
132 B
Bash
Raw Permalink 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 || exit
git add .
git commit -m "🤖sync $(date +%Y-%m-%d" "%H:%M:%S)"
git push -u origin main