el8log.fish 99 B

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