Project

General

Profile

« Previous | Next » 

Revision 10070

added inputs/FIA/_src/run, which runs ./download

View differences:

inputs/FIA/_src/run
1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
3
.rel ../../../lib/runscripts/subdir.run
4

  
5
if self_not_included; then
6

  
7
import()
8
{
9
	echo_func
10
	"$top_dir"/download
11
}
12

  
13
fi
0 14

  

Also available in: Unified diff