Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../table.run
3

    
4
if self_not_included; then
5

    
6
MySQL_export ()
7
{
8
	echo_func "$@"
9
	"$(dirname "${BASH_SOURCE[0]}")"/../table.run "$FUNCNAME" "$@"
10
}
11

    
12
fi
(6-6/8)