Project

General

Profile

1 8797 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/lib/runscripts/import.run
3
. "$(dirname "${BASH_SOURCE[0]}")"/lib/runscripts/local.run
4
5
if self_not_included; then
6
7 8802 aaronmk
: "${schema:=public}"
8
: "${exports_dir:="$top_dir"/exports}"
9 8797 aaronmk
10
export_ ()
11
{
12 8881 aaronmk
	echo_func
13 8808 aaronmk
	pg_export_table_to_dir_no_header geoscrub_input "$@"
14 8797 aaronmk
}
15
16
fi