diff --git a/scripts/cd-scripts.ps1 b/scripts/cd-scripts.ps1 index 4daf9457..0f7310b7 100755 --- a/scripts/cd-scripts.ps1 +++ b/scripts/cd-scripts.ps1 @@ -5,7 +5,7 @@ This PowerShell script changes the working directory to the PowerShell scripts folder. .EXAMPLE PS> ./cd-scripts.ps1 - 📂C:\Repos\PowerShell\scripts entered (has 644 scripts). + 📂C:\Repos\PowerShell\scripts entered (has 645 scripts) .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -16,7 +16,7 @@ try { $path = Resolve-Path "$PSScriptRoot" if (-not(Test-Path "$path" -pathType container)) { throw "PowerShell scripts folder at 📂$path doesn't exist (yet)" } $files = Get-ChildItem $path -attributes !Directory - "📂$path entered (has $($files.Count) scripts)." + "📂$path entered (has $($files.Count) scripts)" Set-Location "$path" exit 0 # success } catch { diff --git a/scripts/convert-dir27z.ps1 b/scripts/convert-dir27z.ps1 old mode 100644 new mode 100755 diff --git a/scripts/convert-history2ps1.ps1 b/scripts/convert-history2ps1.ps1 old mode 100644 new mode 100755 diff --git a/scripts/install-fonts.ps1 b/scripts/install-fonts.ps1 old mode 100644 new mode 100755 diff --git a/scripts/new-tab.ps1 b/scripts/new-tab.ps1 old mode 100644 new mode 100755 diff --git a/scripts/play-drug-wars.ps1 b/scripts/play-drug-wars.ps1 old mode 100644 new mode 100755 diff --git a/scripts/reboot-into-bios.ps1 b/scripts/reboot-into-bios.ps1 old mode 100644 new mode 100755 diff --git a/scripts/write-progress-bar.ps1 b/scripts/write-progress-bar.ps1 old mode 100644 new mode 100755 diff --git a/scripts/write-story.ps1 b/scripts/write-story.ps1 old mode 100644 new mode 100755