#!/bin/bash
eval `ssh-agent`
ssh-add /root/.ssh/id_rsa_gpt_tluttrocwb
cd /var/www/html/gpt
git pull

