Revision 11351
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/.geoscrub/geoscrub_output/geoscrub.csv.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
# exports the geoscrub table |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/util.run |
|
4 |
.rel ../../../lib/sh/local.sh |
|
5 |
|
|
6 |
if self_not_included; then |
|
7 |
|
|
8 |
make() # usage: rm=1 .../self.run make |
|
9 |
{ |
|
10 |
echo_func; require_remote |
|
11 |
database=geoscrub table=geoscrub to_top_file pg_as_root pg_export |
|
12 |
} |
|
13 |
|
|
14 |
all() # usage: rm=1 .../self.run |
|
15 |
{ |
|
16 |
echo_func |
|
17 |
make |
|
18 |
} |
|
19 |
|
|
20 |
fi |
|
0 | 21 |
Also available in: Unified diff
added inputs/.geoscrub/geoscrub_output/geoscrub.csv.run to export the geoscrub table (must be run on vegbiendev)