#!/usr/bin/env pwsh

git submodule update --init --recursive

if ($IsWindows)
{
}
elseif ($IsMacOS)
{
}
elseif ($IsLinux)
{
}