Commit Graph

4 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
9b269d0362 Refactor get-docker-logs script to improve on comments 2023-12-02 10:32:19 -06:00
Christopher
826b4770ad Fetch all containers info, including those that
are not running
2023-11-05 09:41:26 -06:00
Christopher
900c46476e Add script to get docker logs 2023-10-10 19:00:15 -05:00