Revision 181
Added by Aaron Marcuse-Kubitza about 13 years ago
extract_plot_map | ||
---|---|---|
1 |
#!/bin/bash
|
|
1 |
#!/bin/sh |
|
2 | 2 |
# Extracts plot subpaths from VegX-VegBank.csv |
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
Also available in: Unified diff
Replaced /bin/bash with /bin/sh