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
1fc9511cb6 🎨 style(run.sh): Add color and formatting for console output (#6)
This commit introduces a set of functions and variables to provide colorful and formatted console output for the `run.sh` script. It includes the following changes:

- Added color variables for ANSI escape codes (BLUE, GREEN, YELLOW, RED, BOLD, NC).
- Added Unicode characters for various symbols (CHECK_MARK, CROSS_MARK, RIGHT_ARROW, INFO_MARK).
- Created print functions for success, warning, and error messages.
- Displayed a welcome message with community links and support information.
- Formatted the memory output to display in MB or GB as appropriate.
- Improved the formatting and readability of the script's output.

The primary goal of these changes is to enhance the user experience and make the script's output more visually appealing and informative.
2024-10-05 12:34:26 -05:00
Christopher
c6c502d891 Improve the calculate php pool script and add tips 2023-10-26 11:34:58 -05:00
Christopher
5e0d616ad0 Calculate the PHP Pool memory usage 2023-10-25 23:32:04 -05:00