diff --git a/katebartova/hooks/post-recieve b/katebartova/hooks/post-recieve new file mode 100755 index 0000000..4024ddd --- /dev/null +++ b/katebartova/hooks/post-recieve @@ -0,0 +1,8 @@ +#!/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 \ No newline at end of file