labCleanupDone

This commit is contained in:
SpudGunMan
2025-01-05 21:27:25 -08:00
parent 576898b8fe
commit 4a3cd2560c
4 changed files with 2 additions and 2 deletions

7
script/runShell.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# meshing-around demo script for shell scripting
# runShell.sh
cd "$(dirname "$0")"
program_path=$(pwd)
printf "Running meshing-around demo script for shell scripting\n"