Project

General

Profile

1
#!/bin/sh
2
# Downloads SpeciesLink data using TAPIR
3
# Usage: env [PHPRC=...] self
4

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

    
7
cd "$selfDir"
8

    
9
php ../../bin/tapir/tapir2flat.php </dev/null &>"$0.log"
(6-6/7)