4 lines
126 B
Common Lisp
4 lines
126 B
Common Lisp
|
(defcommand firefox () ()
|
||
|
"Run or raise Firefox."
|
||
|
(run-or-raise "firefox" '(:class "Firefox") t nil))
|