el8clog.fish 100 B

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