This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Script to force RGB Color Output on M1 and M2 based Macs for a selected display | |
| # Function to display an error message and exit | |
| function error_exit { | |
| echo "Error: $1" >&2 | |
| exit 1 | |
| } |