7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
echo "Updating submodules recursively"
|
|
pwd
|
|
git submodule update --init --recursive
|