Revision 67
Added by Aaron Marcuse-Kubitza about 13 years ago
map2vegbank | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
export to_host=localhost to_user=vegbank to_password=vegbank to_database=vegbank |
|
6 |
export out_host=localhost out_user=vegbank out_password=vegbank \ |
|
7 |
out_database=vegbank |
|
7 | 8 |
|
8 | 9 |
"$selfDir/map" |
Also available in: Unified diff
Moved env usage string creation to opts.py. Changed db config var names to use in/out instead of from/to.