Project

General

Profile

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 13572 aaronmk
# runtime: 1 min ("1m7.037s") @starscream
9 10789 aaronmk
{
10 12779 aaronmk
	begin_target
11 10789 aaronmk
	"$top_dir"/../test_taxonomic_names/test_scrub
12
	remake=1 export_ # update data.sql with the changes
13
}
14
15
fi