mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 19:09:13 +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--) {
|
for ($i = $Seconds; $i -gt 0; $i--) {
|
||||||
clear-host
|
clear-host
|
||||||
write-big "T-$i seconds"
|
./write-big "T-$i seconds"
|
||||||
start-sleep -s 1
|
start-sleep -s 1
|
||||||
}
|
}
|
||||||
write-output "OK - $Seconds seconds countdown finished"
|
write-output "OK - $Seconds seconds countdown finished"
|
||||||
|
Loading…
Reference in New Issue
Block a user