Ubuntu Pastebin

Paste from semitones at Fri, 31 Mar 2017 13:19:03 +0000

Download as text
1
2
3
4
5
6
7
8
#!/bin/bash
sudo -i
if /sys/class/backlight/radeon_bl0/brightness = 0; then
     echo "true"
else
     echo "false"
fi
exit
Download as text