Revision 231
Added by Aaron Marcuse-Kubitza about 13 years ago
scripts/map2vegbank | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Runs map with output to vegbank |
|
3 |
|
|
4 |
selfDir="$(dirname -- "$0")" |
|
5 |
|
|
6 |
export out_engine=PostgreSQL out_host=localhost out_user=vegbank \ |
|
7 |
out_password=vegbank out_database=vegbank |
|
8 |
|
|
9 |
"$selfDir/map" "$@" |
|
10 | 0 |
Also available in: Unified diff
Removed VegBank scripts which are no longer needed