Skip to content

Instantly share code, notes, and snippets.

@AlexWheeler
Created October 23, 2016 17:19
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 AlexWheeler/9e0451b9dd82721500318e1ae0e81995 to your computer and use it in GitHub Desktop.
Save AlexWheeler/9e0451b9dd82721500318e1ae0e81995 to your computer and use it in GitHub Desktop.
;; project.clj
...
:dependencies [[org.clojure/clojure "1.8.0"]
[clj-ssh "0.5.14"]]
(ns csv-loader.csv
(:require [clj-ssh.ssh :as ssh]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment