mirror of https://github.com/CIRCL/Circlean
parent
4e811d9e61
commit
05e687c6c6
10 changed files with 35 additions and 7 deletions
@ -0,0 +1,15 @@ |
||||
#!/bin/bash |
||||
|
||||
set -e |
||||
#set -x |
||||
|
||||
source ./constraint.sh |
||||
|
||||
# Force output on analog |
||||
amixer cset numid=3 1 |
||||
|
||||
files=(${MUSIC}*) |
||||
|
||||
while true; do |
||||
$TIMIDITY ${files[RANDOM % ${#files[@]}]} |
||||
done |
Loading…
Reference in new issue