From dc4547e47c682da23379635279c89ab1bbdab7c9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 09:25:51 +0000 Subject: [PATCH] what dir am I in? --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index 5fc8e5e..b78f511 100755 --- a/test.sh +++ b/test.sh @@ -2,6 +2,9 @@ set -e +echo "PWD: $PWD" +ls -l +ls -l target SKIP="./target/skip" DIFF="diff -u --color"