root/inputs/FIA/import @ 8640
1 |
#!/bin/sh
|
---|---|
2 |
set -o errexit |
3 |
cd "$(dirname "$0")" |
4 |
|
5 |
./REF_RESEARCH_STATION/import |
6 |
./REF_UNIT/import |
7 |
./COUNTY/import |
8 |
./PLOT/import |
9 |
./COND/import |
10 |
./REF_HABTYP_DESCRIPTION/import |
11 |
./SUBPLOT/import |
12 |
./TREE/import |
13 |
./REF_SPECIES/import |
14 |
./REF_PLANT_DICTIONARY/import |
15 |
|
16 |
./occurrence_all/import |