Project

General

Profile

1
#!/bin/bash
2
# Tests xml2db
3

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

    
6
export host=localhost user=vegbank password=vegbank database=vegbank
7

    
8
cd "$selfDir"
9
./xml2db <vb_plot_observation.xml
(3-3/8)