mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 12:54:24 -05:00
auto up 23:56:04 up 0:04, 2 users, load average: 0.98, 0.66, 0.30
This commit is contained in:
@@ -14,7 +14,10 @@ COMMIT_MSG="auto up $(uptime)"
|
|||||||
|
|
||||||
for repo in "${REPOS[@]}"; do
|
for repo in "${REPOS[@]}"; do
|
||||||
if [ -d "$repo/.git" ]; then
|
if [ -d "$repo/.git" ]; then
|
||||||
echo "Processing $repo..."
|
echo "Processing $repo...
|
||||||
|
|
||||||
|
|
||||||
|
"
|
||||||
cd "$repo" || continue
|
cd "$repo" || continue
|
||||||
git fetch
|
git fetch
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user