From 4ec61c0f9527e4f0ecce57a8b869270d8a42734e Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 11:11:15 -0600 Subject: fix bl (typo for -s) --- bl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bl diff --git a/bl b/bl old mode 100644 new mode 100755 index f220e4f..de3b133 --- a/bl +++ b/bl @@ -14,7 +14,7 @@ case "$CMD" in light -U "$2" ;; "-s") - light -S "$1" + light -S "$2" ;; "-g") light -G @@ -34,7 +34,7 @@ case "$CMD" in xbacklight -dec "$2" ;; "-s") - xbacklight -set "$1" + xbacklight -set "$2" ;; "-g") xbacklight -get -- cgit v1.2.3