repo.or.cz
/
openPager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Beginn mit Menue Struktur, preprocessor-abuse
[openPager.git]
/
c-prog
/
shell.sh
blob
0814af7d2be7b9bb8df6f959b54137e0c66cf20a
1
#!/bin/sh
2
while
true
3
do
4
read
Line
</
dev
/
ttyUSB0
5
echo
$Line
6
if
[
"
$Line
"
=
"Beacon"
]
7
then
echo
Text
\n
> /
dev
/
ttyUSB0
8
fi
9
done
10