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