#!/usr/bin/env bash hook_active= {{ active }} remote_url= {{ mirror_url }} if [ "$hook_active" == false ]; the echo 'Mirror push hook is not active!' exit(-1); fi if git ls-remote $remote_url; then echo "mirro_foo" > /tmp/mirror_foo else echo "mirror_bat" > /tmp/mirror_baz fi