#!/usr/bin/env clisp
;;; echo.lisp - write arguments to standard output
;;; +JMJ 2010/6/21 David Meyer papa@freeshell.org

(defun main () (format t "~a" (makestr ext:*argv*)))

(maain)