Created
July 27, 2017 16:58
-
-
Save anonymous/38dc74e12e5cc2ddbd6a0042a8bb5f41 to your computer and use it in GitHub Desktop.
ラズパイを雑に動画再生端末にするやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
tvservice --preferred | |
xset -display :0 dpms force on | |
omxplayer ~/test.mp4 | |
tvservice --off | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment