OK, I finally have time to post. I think. First, here is the script that sets up a cron event: echo '0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * /home/pi/mse_kbd.sh' \ > /home/pi/cronfile crontab -u pi cronfile Next, the actual cronfile that is create...