#!/bin/sh # Rsynth BrlSpeak Welcome message: # cp this file to /usr/local/bin # create /etc/init.d/welcome with the command to launch this file # finaly do a ln -s /etc/init.d/welcome /etc/rcS.d/S99welcome # or so, to be welcomed at boot time. # # Rsynth-say var: rs="rsynth-say" # Non-phonetic: #$rs Welkom &>/dev/null #$rs to &>/dev/null #$rs Brail &>/dev/null #$rs Speek &>/dev/null # Phonetic: $rs "[welkVm]" &>/dev/null $rs "[tu]" &>/dev/null $rs "[breIl]" &>/dev/null $rs "[spik]" &>/dev/null # Uncomment/recomment the line below as you wish: #echo "Welcome to BrailleSpeak!" exit