Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Asus Zenbook Brightness Change Script (Increase Brightness)
sxiii
Jan 10th, 2015
306
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
current
=$
(
xbacklight
|
awk
-F
"."
'{ print $1 }'
)
echo
$current
if
[
"
$current
"
-lt
"100"
]
;
then
xbacklight
-inc
10
fi
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐⭐
Java | 1 sec ago | 0.06 KB
Profit Method
JavaScript | 1 sec ago | 0.32 KB
⭐⭐⭐⭐ Free ETH Method ⭐⭐⭐⭐ 5
JavaScript | 4 sec ago | 0.31 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 7 sec ago | 0.09 KB
⭐⭐⭐⭐ MAKE $9OO INSTANTLY⭐⭐⭐⭐ R
JavaScript | 11 sec ago | 0.31 KB
⭐⭐⭐⭐Crypto Exchange Profit Method⭐⭐⭐⭐ D
JavaScript | 17 sec ago | 0.31 KB
⭐⭐⭐ChangeNOW Exploit⭐⭐⭐
Java | 18 sec ago | 0.09 KB
⭐⭐⭐⭐ChangeNOW Bug (Get more on BTC swaps)⭐⭐⭐⭐...
JavaScript | 23 sec ago | 0.31 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!