Project

General

Profile

1
#!/bin/bash
2
# Runs map with output to vegbank
3

    
4
selfDir="$(dirname -- "$0")"
5

    
6
export to_host=localhost to_user=vegbank to_password=vegbank to_database=vegbank
7

    
8
"$selfDir/map"
(3-3/3)