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