Project

General

Profile

1
#!/bin/bash
2
# Tests data2xml
3
# Usage: [env n=<num-rows>] ./test 
4

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

    
7
test -n "$n" || n=2
8
let n++
9

    
10
cd "$selfDir"
11
head -$n NYSpecimenDataAmericas.csv|./data2xml VegX NYBG-VegBank-VegX_mapping.csv
(6-6/9)