Project

General

Profile

« Previous | Next » 

Revision 8285

Added inputs/GBIF/_MySQL/run

View differences:

inputs/GBIF/_MySQL/run
1
#!/bin/bash
2
set -o errexit
3
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/util.run
4

  
5
import ()
6
{
7
	echo_func "$FUNCNAME" "$@"
8
	echo_run "$(dirname "${BASH_SOURCE[0]}")"/import
9
}
10

  
11
run_cmd "$@"
0 12

  

Also available in: Unified diff