dump vars

This commit is contained in:
jcolebrand 2023-03-20 04:17:09 -07:00
parent c75fef386a
commit a71b0b2f1f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Get-Location
Get-ChildItem -Path (Get-Location).Path
(Get-Location).Path
(Get-ChildItem -Path (Get-Location).Path -Recurse).FullName
$PSScriptRoot
return

View File

@ -0,0 +1 @@
test