Guest User

Untitled

a guest
Jan 11th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/sh
  2. # Turn display on
  3.  
  4. echo on 0 | /usr/bin/cec-client -s -d 1
  5.  
  6. /usr/bin/tvservice -p
  7.  
  8. /usr/bin/vcgencmd display_power 1
  9.  
  10. sudo chvt 6
  11. sudo chvt 7
Add Comment
Please, Sign In to add comment