mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-27 10:23:17 +01:00
Update export-to-serenade.ps1
This commit is contained in:
parent
ee575cc2fd
commit
79537aa0b7
@ -33,7 +33,7 @@ try {
|
|||||||
"⏳ Found $($Scripts.Count) PowerShell scripts..."
|
"⏳ Found $($Scripts.Count) PowerShell scripts..."
|
||||||
"⏳ Writing custom JavaScript file $TargetFile..."
|
"⏳ Writing custom JavaScript file $TargetFile..."
|
||||||
|
|
||||||
"/* NOTE: This file has been generated automatically by export-to-serenade.ps1 */" | Set-Content "$TargetFile"
|
"/* DO NOT EDIT! This file has been generated automatically by export-to-serenade.ps1 */" | Set-Content "$TargetFile"
|
||||||
foreach ($Script in $Scripts) {
|
foreach ($Script in $Scripts) {
|
||||||
$ScriptName = $Script.basename
|
$ScriptName = $Script.basename
|
||||||
$Keyword = $ScriptName -replace "-"," "
|
$Keyword = $ScriptName -replace "-"," "
|
||||||
|
Loading…
Reference in New Issue
Block a user