Advertisement
Guest User

Untitled

a guest
Apr 30th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. #!/bin/bash
  3. /usr/local/bin/gpio -1 mode 26 out ; /usr/local/bin/gpio -1 write 26 1
  4. /usr/local/bin/gpio -1 mode 16 out ; /usr/local/bin/gpio -1 write 16 out
  5. /usr/local/bin/py-image /home/pi/splash.png
  6. /usr/local/bin/gpio -1 wfi 5 falling &
  7. /sbin/shutdown -h now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement