Revision 11371
Added by Aaron Marcuse-Kubitza about 11 years ago
import_all | ||
---|---|---|
8 | 8 |
cd "$selfDir/.." |
9 | 9 |
|
10 | 10 |
if test "${BASH_LINENO[1]}" = 0; then # was run without initial "." |
11 |
echo "Usage: [version=...;] . $self [vars...] (note initial \".\")"\
|
|
12 |
|fold -s >&2
|
|
11 |
echo "usage: [version=...] [inputs=(inputs/src/ ...)]; . $self \
|
|
12 |
[vars...] (note initial \".\")"|fold -s >&2
|
|
13 | 13 |
return 2 |
14 | 14 |
fi |
15 | 15 |
: ${version=$(make -s version)} |
Also available in: Unified diff
bin/import_all: usage: documented that this can now be run with a custom datasources list (each of the form inputs/src/)