nodemecu/raspberry/test
2022-03-13 17:18:52 -03:00

14 lines
116 B
Bash
Executable file

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