Project

General

Profile

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

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

    
7
cd "$selfDir"
8

    
9
php ../../../bin/tapir/tapir2flat.php </dev/null >&2
    (1-1/1)