cal.pub0.org/.husky/post-receive

7 lines
125 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
echo "Updating submodules recursively"
pwd
git submodule update --init --recursive