mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 18:24:19 +00:00
14 lines
126 B
PowerShell
14 lines
126 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
git submodule update --init --recursive
|
|
|
|
if ($IsWindows)
|
|
{
|
|
}
|
|
elseif ($IsMacOS)
|
|
{
|
|
}
|
|
elseif ($IsLinux)
|
|
{
|
|
}
|