#!/usr/bin/env pwsh

# Windows

if ($IsWindows)
{
}

# Mac

elseif ($IsMacOS)
{
}

# Linux

elseif ($IsLinux)
{
}