From addb7ffd18215408fe36768b84eee7ec58071b0c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Fri, 5 Sep 2008 15:02:47 +0000 Subject: Add run-mux.lisp --- examples/run-mux.lisp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 examples/run-mux.lisp (limited to 'examples/run-mux.lisp') diff --git a/examples/run-mux.lisp b/examples/run-mux.lisp new file mode 100755 index 000000000..a6b84bb48 --- /dev/null +++ b/examples/run-mux.lisp @@ -0,0 +1,10 @@ +#!/usr/bin/run-lisp-trans +; +; settrans -ac foo ./run-mux.lisp file-list command +; + +(unless (= (length ext:*args*) 2) + (error "Argument syntax: ")) + +(asdf:operate 'asdf:load-op 'mux-translator) + -- cgit v1.2.3