Project

General

Profile

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 12779 aaronmk
	begin_target
9 10789 aaronmk
	"$top_dir"/../test_taxonomic_names/test_scrub
10
	remake=1 export_ # update data.sql with the changes
11
}
12
13
fi