Revision 1547
Added by Aaron Marcuse-Kubitza almost 13 years ago
import-all | ||
---|---|---|
6 | 6 |
selfDir="$(dirname -- "$self")" |
7 | 7 |
|
8 | 8 |
for input in inputs/*/; do |
9 |
make ${input}import &
|
|
9 |
eval "make ${input}import &"
|
|
10 | 10 |
disown -h "$(jobs|tail -1|"$selfDir/jobspecs")" # ignore SIGHUP |
11 | 11 |
sleep 2 # wait for initial output so that outputs don't become jumbled |
12 | 12 |
done |
Also available in: Unified diff
import-all: Fixed to display the datasource name in the job name instead of 'make ${input}import &'