#!/bin/bash if timeout 1 python arduinos.py 0x05; then echo respondio else echo "No respondio, erro $?" fi