Advertisement
Guest User

Untitled

a guest
Apr 9th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. root@raspberrypi:/etc/scripts# cat turnoff.sh
  2. #!/bin/bash
  3.  
  4. /opt/vc/bin/tvservice -o
  5. root@raspberrypi:/etc/scripts# cat turnon.sh
  6. #!/bin/bash
  7.  
  8. /opt/vc/bin/tvservice -p
  9. chvt 6
  10. chvt 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement