Revision 8705
Added by Aaron Marcuse-Kubitza over 11 years ago
table.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/table.run |
3 | 3 |
|
4 |
if self_not_included; then |
|
5 |
|
|
4 | 6 |
MySQL_export () |
5 | 7 |
{ |
6 | 8 |
echo_func "$@" |
... | ... | |
16 | 18 |
MySQL_export |
17 | 19 |
"$(dirname "${BASH_SOURCE[0]}")"/../../lib/table.run "$FUNCNAME" "$@" |
18 | 20 |
} |
21 |
|
|
22 |
fi |
Also available in: Unified diff
*run: added include guards