mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Fixed set-timer.ps1
This commit is contained in:
parent
ae47715591
commit
3876f20bd3
@ -14,7 +14,7 @@ try {
|
||||
|
||||
for ($i = $Seconds; $i -gt 0; $i--) {
|
||||
clear-host
|
||||
write-big "T-$i seconds"
|
||||
./write-big "T-$i seconds"
|
||||
start-sleep -s 1
|
||||
}
|
||||
write-output "OK - $Seconds seconds countdown finished"
|
||||
|
Loading…
Reference in New Issue
Block a user