From ec33cb8829a09310114a31d97b22545ab5724595 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 27 Mar 2025 08:32:38 +0100 Subject: [PATCH] Set permissions for execution --- scripts/cd-scripts.ps1 | 4 ++-- scripts/convert-dir27z.ps1 | 0 scripts/convert-history2ps1.ps1 | 0 scripts/install-fonts.ps1 | 0 scripts/new-tab.ps1 | 0 scripts/play-drug-wars.ps1 | 0 scripts/reboot-into-bios.ps1 | 0 scripts/write-progress-bar.ps1 | 0 scripts/write-story.ps1 | 0 9 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/convert-dir27z.ps1 mode change 100644 => 100755 scripts/convert-history2ps1.ps1 mode change 100644 => 100755 scripts/install-fonts.ps1 mode change 100644 => 100755 scripts/new-tab.ps1 mode change 100644 => 100755 scripts/play-drug-wars.ps1 mode change 100644 => 100755 scripts/reboot-into-bios.ps1 mode change 100644 => 100755 scripts/write-progress-bar.ps1 mode change 100644 => 100755 scripts/write-story.ps1 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