3 lines
71 B
Bash
3 lines
71 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd $1 && git pull --force && service aix-agent restart
|
||
|
|
exit 0
|