From a2d53b55f60dd1f6f8b51a1202a528b0efbffbc2 Mon Sep 17 00:00:00 2001 From: "david@DAVID-PC" <3200210+davidjenni@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:06:38 -0800 Subject: [PATCH] emit script and pwd path at start --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8ee2c48..aa1e42c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -290,5 +290,5 @@ main() { echo "Done." } -echo "Starting bootstrap.sh..." +echo "Starting bootstrap.sh ($0 in dir: $(pwd))..." main $*