listen from serial

This commit is contained in:
2023-07-29 22:32:44 +03:00
parent bdd87110c1
commit afd878407e
6 changed files with 111 additions and 1 deletions

View File

@@ -4,4 +4,14 @@
#
# Alexander Popov <iiiypuk@fastmail.fm>
rm port_info
files=(
"port_info"
"list_ports"
"send_receive"
"listen"
)
for file in ${files[@]}
do
rm $file &> /dev/null
done