whitespace fix
This commit is contained in:
parent
573e1ec66f
commit
d77264ba9e
1 changed files with 1 additions and 1 deletions
2
push.sh
2
push.sh
|
@ -4,7 +4,7 @@ DEV='/dev/ttyUSB0'
|
|||
DIR='push.d'
|
||||
stty -F "$DEV" 9600 -brkint -icrnl -imaxbel -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke
|
||||
|
||||
if [ -c "$DEV" ]; then
|
||||
if [ -c "$DEV" ]; then
|
||||
sleep 2 && echo '?' >> "$DEV" &
|
||||
fi
|
||||
|
||||
|
|
Reference in a new issue