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