Advertisement
Guest User

Untitled

a guest
Jan 12th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. FILE="/dev/watchdog"
  4.  
  5. cat > $FILE &
  6.  
  7. while true; do
  8. echo "c"
  9. #echo "Wrote to watchdog!"
  10. sleep 10
  11. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement