mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
7 lines
201 B
Bash
7 lines
201 B
Bash
#!/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 from $program_path\n" |