forked from iarv/meshing-around
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" |