Skip to content

Create disablescreensleep.sh#79

Open
0E800 wants to merge 1 commit into
davidferguson:masterfrom
0E800:patch-3
Open

Create disablescreensleep.sh#79
0E800 wants to merge 1 commit into
davidferguson:masterfrom
0E800:patch-3

Conversation

@0E800
Copy link
Copy Markdown
Contributor

@0E800 0E800 commented Mar 4, 2018

#!/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant