Hunter Jozwiak <hunter.t.joz <at> gmail.com> writes: > > > 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? >
Have you tried putting the commands into your scripts that get executed when you log in.? (.login, .bashrc etc etc depending on your setup) [1] Here is an Advance Bash Scripting guide for bash that may also be a useful reference for ideas. [2] James [1] http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/profile.html [2] http://www.tldp.org/LDP/abs/html/

