diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/rlm/shell_inspect.clj	Tue Oct 18 00:57:08 2011 -0700
     1.3 @@ -0,0 +1,5 @@
     1.4 +(ns rlm.shell-inspect)
     1.5 +
     1.6 +(defn command-line? []
     1.7 +  (.isAbsolute (java.io.File. *file*)))
     1.8 +