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