#!/bin/sh # Petr Simandl # nulovani intervalu resetatoru while true; do echo w > /dev/ttyS1; sleep 20s; done &