#!/bin/bash # dvc repro earnings21_processing > repro.log 2>&1 & python -u experiment/earnings/pipeline.py > repro.log 2>&1 &