Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created September 8, 2014 19:07
Show Gist options
  • Select an option

  • Save mbriggs/4af1e2eb71927111842e to your computer and use it in GitHub Desktop.

Select an option

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