From a71b0b2f1f1895922d14bcf1978038e3fb6dde14 Mon Sep 17 00:00:00 2001 From: jcolebrand Date: Mon, 20 Mar 2023 04:17:09 -0700 Subject: [PATCH] dump vars --- capture.ps1 | 4 ++-- root/readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/capture.ps1 b/capture.ps1 index 7bb916a..e42fd17 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -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 diff --git a/root/readme.md b/root/readme.md index e69de29..30d74d2 100644 --- a/root/readme.md +++ b/root/readme.md @@ -0,0 +1 @@ +test \ No newline at end of file