Syntax FIX
This commit is contained in:
parent
8efaf7df01
commit
c7c3152108
1 changed files with 1 additions and 1 deletions
2
push.sh
2
push.sh
|
@ -5,7 +5,7 @@ DIR='push.d'
|
|||
stty -F "$DEV" 9600 -brkint -icrnl -imaxbel -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke
|
||||
|
||||
# Warte bis Device $DEV vorhanden ist
|
||||
while [ ! -c "$DEV" ]; then
|
||||
while [ ! -c "$DEV" ]; do
|
||||
sleep 2
|
||||
done
|
||||
# sende beliebiges Zeichen an $DEV
|
||||
|
|
Reference in a new issue