Updated the scripts

This commit is contained in:
Markus Fleschutz
2021-01-02 10:08:59 +00:00
parent 40aad7fe73
commit 92b6c81620
29 changed files with 38 additions and 32 deletions

View File

@ -6,7 +6,8 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param([int]$Seconds)
param([int]$Seconds = 0)
try {
if ($Seconds -eq 0 ) {
[int]$Seconds = read-host "Enter number of seconds"