root/inputs/GBIF/_MySQL/run @ 9120
1 |
#!/bin/bash -e
|
---|---|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run |
3 |
|
4 |
if self_not_included; then |
5 |
|
6 |
import()
|
7 |
{
|
8 |
echo_func |
9 |
make --directory="$top_dir" |
10 |
}
|
11 |
|
12 |
fi
|
- « Previous
- 1
- …
- 9
- 10
- 11
- Next »