mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-04-30 18:42:17 +02: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" |