root/trunk/inputs/.TNRS/data.sql.run @ 14222
1 |
#!/bin/bash -e
|
---|---|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/data.pg.sql.run |
3 |
.rel ../../lib/runscripts/in_datasrc_dir.run |
4 |
|
5 |
if self_not_included; then |
6 |
|
7 |
refresh() # usage: .../data.sql.run refresh |
8 |
# runtime: 1 min ("1m7.037s") @starscream
|
9 |
{
|
10 |
begin_target |
11 |
"$top_dir"/../test_taxonomic_names/test_scrub |
12 |
remake=1 export_ # update data.sql with the changes |
13 |
}
|
14 |
|
15 |
fi
|