aix-agent/extend/update-agent.sh

3 lines
42 B
Bash
Raw Permalink Normal View History

2023-11-14 16:10:00 +08:00
#!/bin/sh
2023-11-15 13:01:57 +08:00
cd $1 && git pull --force
2023-11-14 16:10:00 +08:00
exit 0