mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-11 13:53:42 +02:00
Improve the scripts
This commit is contained in:
@ -25,7 +25,7 @@ try {
|
||||
|
||||
$Elapsed = $StopWatch.Elapsed
|
||||
$Average = [math]::round($Count / $Elapsed.Seconds, 1)
|
||||
write-host -foregroundColor green "✔️ $Average domains/s ($Count domains resolved in $($Elapsed.Seconds) seconds)"
|
||||
"✔️ $Average domains/s ($Count domains resolved in $($Elapsed.Seconds) seconds)"
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user