You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
199 B

5 years ago
  1. #!/bin/bash
  2. #one
  3. #cat /dev/ttyUSB0 > /home/dev/arduswitch &
  4. #two
  5. #if cat /home/dev/arduswitch == User Pressed button 0
  6. # then
  7. # do something
  8. # echo "" > /home/dev/arduswitch (to truncate)
  9. # etc