annotate src/rlm/shell_inspect.clj @ 0:78a630e650d2

initial import
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 00:57:08 -0700
parents
children
rev   line source
rlm@0 1 (ns rlm.shell-inspect)
rlm@0 2
rlm@0 3 (defn command-line? []
rlm@0 4 (.isAbsolute (java.io.File. *file*)))
rlm@0 5