Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-16 12:02:47 +02:00
parent 4ca038db30
commit 09aa1fee33
35 changed files with 125 additions and 50 deletions

View File

@ -21,7 +21,7 @@ try {
$StopWatch = [system.diagnostics.stopwatch]::startNew()
$Scripts = Get-ChildItem "$FilePattern"
"Found $($Scripts.Count) scripts, exporting to $TargetDir..."
"⏳ Exporting $($Scripts.Count) scripts to $TargetDir..."
foreach ($Script in $Scripts) {
& "$PSScriptRoot/convert-ps2md" "$Script" > "$TargetDir/$($Script.BaseName).md"