Revision 10085
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/FIA/import | ||
---|---|---|
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 |
|
17 | 0 |
Also available in: Unified diff
removed no longer needed inputs/FIA/import. use inputs/FIA/run instead.