Project

General

Profile

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

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

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

    
11
head -$n NYSpecimenDataAmericas.csv|./data2xml VegX NYBG-VegBank-VegX_mapping.csv
(5-5/9)