🤖️sync 2021-07-25 18:30:10

This commit is contained in:
root 2021-07-25 18:30:10 +08:00
parent 603fae6072
commit 9e8cf77e83

6
Scripts/sh/serv2git.sh Normal file
View File

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