Project

General

Profile

« Previous | Next » 

Revision 231

Removed VegBank scripts which are no longer needed

View differences:

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