#teste 2#!/bin/bash
CONTADOR=0
cd /home/colibex/public_html/
while [  $CONTADOR -lt 55 ]; do
git config --global
git pull --tags origin main
sleep 5
      let CONTADOR=CONTADOR+5;
done
#teste 2