el8clog.fish 101 B

12345
  1. function el8clog
  2. pushd ~/devel/elationemr/hippo/
  3. docker-compose logs --tail=50 -f celery
  4. popd
  5. end