#!/bin/sh

# Update submodules to the version registered in the repository
git submodule update --init --recursive
