Skip to content

Commit

Permalink
Merge pull request todbot#195 from gregnwosu/master
Browse files Browse the repository at this point in the history
randomlights display - awesome!
  • Loading branch information
todbot committed Dec 29, 2014
2 parents f7b44fc + 8540997 commit 063a0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/contrib/randomlights.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash

for i in {1..1000}; do blink1-tool --rgb=$(($RANDOM % 100)),$(($RANDOM % 100)),$(($RANDOM % 100)) -l$((($RANDOM % 3)+1)); sleep 0.05; done

0 comments on commit 063a0d7

Please sign in to comment.