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