Guest User

Untitled

a guest
Apr 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #! /bin/sh
  2. # "Mood Hat" for Raspberry Pi with Sense Hat
  3. #
  4. # Display a sort of graphical state of the system on the Sense Hat
  5. #
  6. while true
  7. do
  8. ps axleww | openssl sha512 > /dev/fb1
  9. sleep 1
  10. done
Add Comment
Please, Sign In to add comment