mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-12-29 16:14:55 +00:00
This is a very simple if statement, I don't think there's much to explain
```PowerShell
if ($IsLinux){ # PowerShell on Linux has that read-only bool variable set to $true
Write-Host "This utility is exclusively designed for Windows"
return
}
```
82 KiB
82 KiB