mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the speak-*.ps1 scripts
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
param([string]$Name = "")
|
||||
|
||||
try {
|
||||
if ($Name -eq "") { $Name = read-host "Enter the name of the checklist" }
|
||||
if ($Name -eq "") { $Name = Read-Host "Enter the name of the checklist" }
|
||||
|
||||
$Lines = Get-Content -path "$PSScriptRoot/../Data/Checklists/$Name.txt"
|
||||
clear-host
|
||||
|
Reference in New Issue
Block a user