#!/bin/sh
if test -f {dump_file}; then echo 'Запуск pre-commit хука: {appname} dump-cache' && {appname} dump-cache --dump={dump_file} --out={dump_cache} {repo} && git add {dump_cache}; fi