mirror of
https://github.com/Oreomeow/VIP.git
synced 2026-02-04 02:53:26 +08:00
7 lines
132 B
Bash
7 lines
132 B
Bash
#!/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
|