6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd $(dirname -- "$0") # cd to this script's parent directory
|
|
|
|
snarled connectivity.oas connectivity.txt -m layermap.txt
|