Project

General

Profile

1 37 aaronmk
#!/bin/bash
2 53 aaronmk
# Runs map with output to vegbank
3 37 aaronmk
4
selfDir="$(dirname -- "$0")"
5
6 53 aaronmk
export to_host=localhost to_user=vegbank to_password=vegbank to_database=vegbank
7 37 aaronmk
8 53 aaronmk
"$selfDir/map"