aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jumbotron/files/fakta-bell.sh
blob: 055466714dcea65eab53f53c01c29cf0f84c2a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

for i in 1 2 3; do
  gpio write 2 1
  sleep 0.1
  gpio write 2 0
  sleep 0.2
done

# vim: set ts=2 sw=2 et: