6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
|
# Used to kick off the big job (i.e., provide a manifest of jamtracks to import)
|
||
|
|
|
||
|
|
RESULT_DIR=$(date +%Y-%m-%d_%H-%M-%S)
|
||
|
|
RESULT_DIR=results/$RESULT_DIR/
|
||
|
|
parallel -j 4 --joblog joblog.txt --results $RESULT_DIR {} < $1
|