(defn get-os "Returns a keyword naming the host OS." [] (get-by-pattern native-names (System/getProperty "os.name")))
Comments top
No comments for get-os. Log in to add a comment.