Project

General

Profile

1
#!/bin/bash
2
# Runs tnrs_db on VegBIEN
3

    
4
prefix=; . vegbien_dest
5

    
6
exec tnrs_db "$@" &>"$0.log"
(8-8/9)