oef/watch_log.bash

9 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
until docker logs --tail 100 -f oef_regression_test
do
docker logs --tail 100 -f oef_regression_test
done
docker logs --tail 100 -f oef_regression_test