Renamed to show-dir-tree.ps1

This commit is contained in:
Markus Fleschutz
2021-02-19 17:52:02 +01:00
parent a8533bc6eb
commit 89fad446ea
3 changed files with 67 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/powershell
<#
.SYNTAX ./visualize-dir-tree.ps1 [<dir-tree>]
.SYNTAX ./show-dir-tree.ps1 [<dir-tree>]
.DESCRIPTION visualizes the given/current directory tree
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0