mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 06:47:27 +00:00
19 lines
114 B
PowerShell
19 lines
114 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
# Windows
|
|
|
|
if ($IsWindows)
|
|
{
|
|
}
|
|
|
|
# Mac
|
|
|
|
elseif ($IsMacOS)
|
|
{
|
|
}
|
|
|
|
# Linux
|
|
|
|
elseif ($IsLinux)
|
|
{
|
|
}
|