From b16b4e3c125b25fb365a54f025a75e5552c79af4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 5 Jan 2025 21:35:19 -0800 Subject: [PATCH] Update runShell.sh --- script/runShell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/runShell.sh b/script/runShell.sh index 3e67e7e..98be45e 100644 --- a/script/runShell.sh +++ b/script/runShell.sh @@ -4,4 +4,4 @@ cd "$(dirname "$0")" program_path=$(pwd) -printf "Running meshing-around demo script for shell scripting\n" \ No newline at end of file +printf "Running meshing-around demo script for shell scripting from $program_path\n" \ No newline at end of file