#!/bin/sh cd $1 && git pull --force && service aix-agent restart exit 0