Project

General

Profile

1 5080 aaronmk
#!/bin/bash
2
# Runs tnrs_db on VegBIEN
3
4
prefix=; . vegbien_dest
5
6
exec tnrs_db "$@" &>"$0.log"