File: runq

package info (click to toggle)
emacspeak 53.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,748 kB
  • sloc: lisp: 56,394; xml: 52,463; tcl: 1,333; cpp: 1,168; sh: 859; makefile: 739; python: 547; perl: 509; javascript: 191; ansic: 82
file content (6 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
#Run out of this directory.
# Default to using  espeak unless DTK_PROGRAM is set.
#
:${DTK_PROGRAM} ? "Using ${DTK_PROGRAM}" : export DTK_PROGRAM="espeak"
emacs -q -l ./lisp/emacspeak-setup.el #-l $HOME/.emacs