8 lines
201 B
Bash
Executable File
8 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read oldrev newrev refname; do
|
|
if [[ $refname = refs/heads/Webovky]]; then
|
|
ssh hiromi@192.168.5.5 ~/web/web/Webovky/katebartova/hooks_pull-$ ls
|
|
pull_script.sh
|
|
fi
|
|
done |