dotfiles/git_template/hooks/post-checkout
2017-02-15 12:38:00 -05:00

5 lines
89 B
Bash
Executable File

#!/bin/bash
if [ -e bin/update_dependencies.sh ]; then
bin/update_dependencies.sh
fi