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