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