Liking cljdoc? Tell your friends :D

sparrows.system


command-exists?clj

(command-exists? command)

Test if a command exists on linux

Test if a command exists on linux
raw docstring

file-separatorclj

OS-agnostic file separator

OS-agnostic file separator 
raw docstring

get-envclj

(get-env key)
(get-env key default)

Get OS environmental variable.

Get OS environmental variable.
raw docstring

get-mimeclj

(get-mime f)

Get MIME file type. Input could be a string or a File object

Get MIME file type. Input could be a string or a File object
raw docstring

get-system-propertiesclj

(get-system-properties)

Get system properties

Get system properties
raw docstring

get-system-propertyclj

(get-system-property key)

linux?clj

(linux?)

Is current app running on a linux box?

Is current app running on a linux box?
raw docstring

num-of-processersclj

(num-of-processers)

Get number of availableProcessors

Get number of `availableProcessors`
raw docstring

register-shutdownhookclj

(register-shutdownhook func & args)

Add func as a shutdownhook. This function will be executed when JVM termination signal received.

Add func as a shutdownhook. This function will be executed when JVM
termination signal received.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close