On 05/14/2014 04:40 PM, Hunter Jozwiak wrote:
>
> Hi all. I wish to edit the Speakup init script such that I don'at have
> to type:
>
> #echo soft > /sys/accessibility/speakup/synth && espeakup
>
> Every time I boot and login to my system. I added the echo portion of
> the command  to the start() part of the script, above the ebegin line,
> but it didn't work. Is there anything else I need to do, or is this
> not possible?
>
What does the start function look like?
start(){
    code...
}

Reply via email to