This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inks-scripts/scripts/mod_backlight

5 lines
91 B
Bash
Executable File

#!/bin/bash
if command -v backlight_control &> /dev/null; then
backlight_control $1
fi