Updated cd-repos.ps1, cd-scripts.ps1, and new-junction.ps1

This commit is contained in:
Markus Fleschutz
2025-03-19 12:36:06 +01:00
parent 225a1ae902
commit 2e646cda41
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ try {
$path = Resolve-Path $path
Set-Location "$path"
$subfolders = Get-ChildItem $path -attributes Directory
"📂$path entered, containing $($subfolders.Count) subfolders."
"📂$path entered (has $($subfolders.Count) subfolders)."
exit 0 # success
} catch {
"⚠️ Error: $($Error[0])"