el8sh.fish 89 B

12345
  1. function el8up
  2. pushd ~/devel/elationemr/hippo
  3. docker-compose exec hippo bash
  4. popd
  5. end