Revision 8168
Added by Aaron Marcuse-Kubitza almost 12 years ago
import | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
cd "$(dirname "$0")" |
3 | 3 |
|
4 |
./REF_RESEARCH_STATION/import |
|
5 |
./REF_UNIT/import |
|
6 |
./COUNTY/import |
|
7 |
./PLOT/import |
|
8 |
./COND/import |
|
9 |
./REF_HABTYP_DESCRIPTION/import |
|
10 |
./SUBPLOT/import |
|
11 |
./TREE/import |
|
12 |
./REF_SPECIES/import |
|
13 |
./REF_PLANT_DICTIONARY/import |
|
4 |
./REF_RESEARCH_STATION/import || exit
|
|
5 |
./REF_UNIT/import || exit
|
|
6 |
./COUNTY/import || exit
|
|
7 |
./PLOT/import || exit
|
|
8 |
./COND/import || exit
|
|
9 |
./REF_HABTYP_DESCRIPTION/import || exit
|
|
10 |
./SUBPLOT/import || exit
|
|
11 |
./TREE/import || exit
|
|
12 |
./REF_SPECIES/import || exit
|
|
13 |
./REF_PLANT_DICTIONARY/import || exit
|
|
14 | 14 |
|
15 |
./occurrence_all/import |
|
15 |
./occurrence_all/import || exit |
Also available in: Unified diff
inputs/FIA/import: Abort if any invoked script encounters an error