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