Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. if gpiomon --num-events=1 --rising-edge gpiochip0 1 | grep 'event' > /dev/null;$
  4. touch /opt/mp/done
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement