Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created September 8, 2014 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriggs/4af1e2eb71927111842e to your computer and use it in GitHub Desktop.
Save mbriggs/4af1e2eb71927111842e to your computer and use it in GitHub Desktop.
ugh
(defn home-path
"create a path from the home dir"
[s]
(str (System/getProperty "user.home") s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment