Skip to content

Instantly share code, notes, and snippets.

Created July 27, 2017 16:58
Show Gist options
  • Save anonymous/38dc74e12e5cc2ddbd6a0042a8bb5f41 to your computer and use it in GitHub Desktop.
Save anonymous/38dc74e12e5cc2ddbd6a0042a8bb5f41 to your computer and use it in GitHub Desktop.
ラズパイを雑に動画再生端末にするやつ
#!/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