Created
October 23, 2016 20:34
-
-
Save Sciss/e2a22233ac79c1282338b69e938325c7 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 | |
| for a in {0..255..4} | |
| do | |
| ./dbuscontrol.sh setalpha $a | |
| sleep 0.02s | |
| done | |
| # cf. https://raw.githubusercontent.com/popcornmix/omxplayer/master/dbuscontrol.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment