blob: a6b84bb488a1cd33e1ec41dffca04be479356d12 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/run-lisp-trans
;
; settrans -ac foo ./run-mux.lisp file-list command
;
(unless (= (length ext:*args*) 2)
(error "Argument syntax: <file list> <classification command>"))
(asdf:operate 'asdf:load-op 'mux-translator)
|