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/mod_backlight
2021-08-25 14:16:40 +09:30

5 lines
91 B
Bash
Executable File

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