Skip to content

Instantly share code, notes, and snippets.

@jadonk
Created March 8, 2014 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadonk/9425096 to your computer and use it in GitHub Desktop.
Save jadonk/9425096 to your computer and use it in GitHub Desktop.
#!/bin/bash
pactl load-module module-loopback
while true
do
DISPLAY=:0 chrt -f 50 /usr/games/pycdg "`ls /root/karaoke/*.cdg | shuf -n 1`"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment