mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
3 lines
79 B
PowerShell
3 lines
79 B
PowerShell
if ($env:computername -eq ($($args) -join " ")) {
|
|
Write-Output "Proceed!"
|
|
} |