Revision 9013
Added by Aaron Marcuse-Kubitza over 11 years ago
MySQL_export | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
set -o errexit |
3 | 3 |
# Usage: env table=... [filter=...] self >out |
4 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/util.sh |
|
4 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/sh/util.sh
|
|
5 | 5 |
|
6 | 6 |
: "${table:?}" |
7 | 7 |
|
Also available in: Unified diff
moved lib/*.sh to sh/ subdir so it's easier to find the .sh files among all the other lib/ files