diff --git a/gash/script.scm b/gash/script.scm index b1f3e6e..19465b3 100644 --- a/gash/script.scm +++ b/gash/script.scm @@ -381,3 +381,6 @@ (define (name o) o) + +(define (test . o) ;; TODO replace with implementation in scheme + (apply command (cons "test" o)))