aix-agent/extend/update-agent.sh
2023-11-15 13:01:57 +08:00

3 lines
42 B
Bash

#!/bin/sh
cd $1 && git pull --force
exit 0