[BRLTTY] Starting BRLTTY at Login

Dave Mielke dave at mielke.cc
Tue Sep 4 07:09:29 EDT 2007


[quoted lines by Samuel Thibault on 2007/09/04 at 10:04 +0200]

>> if [ -x /bin/brltty -a -f /etc/brltty.conf ] then /bin/brltty fi
>
>There are missing ';'s : it should read as
>
>if [ -x /bin/brltty -a -f /etc/brltty.conf ]; then /bin/brltty ; fi

Or an even shorter syntax:

[ -x /bin/brltty -a -f /etc/brltty.conf ] && /bin/brltty

-- 
Dave Mielke           | 2213 Fox Crescent | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: dave at mielke.cc | Canada  K2A 1H7   | if you're concerned about Hell.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list