davidferguson / pibakery-blocks

All the blocks for the Pi Bakery program
GNU General Public License v3.0
242 stars 86 forks source link

Create disablescreensleep.sh #79

Open 0E800 opened 6 years ago

0E800 commented 6 years ago

!/bin/bash

if [ "$1" == "Enable" ] then TERM=linux /usr/bin/setterm -blank 0 > /dev/tty1 else TERM=linux /usr/bin/setterm -blank 600 > /dev/tty1 fi