Skip to content

Commit

Permalink
lights out
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Dec 11, 2020
1 parent fd33445 commit c23760d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ddptest/lights_out.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

sudo service lx-headless stop

xs="1 2 3"
for x in $xs; do
echo LIGHTS OUT $x
cat ndb_ips.txt | while read ip; do
python3 ddptest.py --pattern black --leds 480 --host $ip
done
sleep 5
done

0 comments on commit c23760d

Please sign in to comment.