Skip to content

Instantly share code, notes, and snippets.

View MuBai-He's full-sized avatar
😇
†升天†

MuBai-He MuBai-He

😇
†升天†
  • Tianjin
View GitHub Profile
@FelikZ
FelikZ / rgb-fix.sh
Last active December 19, 2025 07:40
Fix RGB Range Limit on MacOS
#!/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
}