I hereby claim:
- I am kowalskils on github.
- I am kowalskils (https://keybase.io/kowalskils) on keybase.
- I have a public key ASDUAnljKnHI-iHajMStXqYOuRvzEGhgxe7uMSpnZv0iDwo
To claim this, I am signing this object:
# author: Luis S | |
# Description: Use this script to create a function to show tree just like *Nix systems, tree in Windows can't limit natively the max depth. | |
# Usage: N == Level of recursion, Path == The path you want the Tree from. | |
# `Show-Tree -Path "." -MaxDepth N` | |
# | |
function Show-Tree { | |
param ( | |
[string]$Path = ".", | |
[int]$MaxDepth = 2, |
I hereby claim:
To claim this, I am signing this object: