I like to use htmlize-file in emacs to turn clojure source files into html.
I want to use it from the linux command line instead, or programmatically from clojure itself
emacsclient -e "(htmlize-file \"/home/john/file.clj\" )" -a ""