diff options
Diffstat (limited to '')
-rwxr-xr-x | test_.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,10 +74,10 @@ end | |||
74 | 74 | ||
75 | 75 | ||
76 | local GUI = 'qjackctl' | 76 | local GUI = 'qjackctl' |
77 | if _.exists'catia' then GUI = 'catia' end | 77 | if _.runnable'catia' then GUI = 'catia' end |
78 | 78 | ||
79 | local speaker = 'espeak' | 79 | local speaker = 'espeak' |
80 | if _.exists'espeak-ng' then speaker = 'espeak-ng' end | 80 | if _.runnable'espeak-ng' then speaker = 'espeak-ng' end |
81 | 81 | ||
82 | 82 | ||
83 | 83 | ||
@@ -114,3 +114,5 @@ print(__'exit 42':log():show():Do().status) | |||
114 | print(__'return 42':log():show():Do().status) | 114 | print(__'return 42':log():show():Do().status) |
115 | print(__'command NoSuchCommand':log():show():Do().status) | 115 | print(__'command NoSuchCommand':log():show():Do().status) |
116 | 116 | ||
117 | __'qpdfview':forkOnce() | ||
118 | __'qpdfview':forkOnce() | ||