Skip to content

Instantly share code, notes, and snippets.

@malfario
Last active February 23, 2017 13:40
Show Gist options
  • Save malfario/5a1a8bd88a577a1dc19868ace5f0dce5 to your computer and use it in GitHub Desktop.
Save malfario/5a1a8bd88a577a1dc19868ace5f0dce5 to your computer and use it in GitHub Desktop.
(ns user
(:require [remote-shell.util :refer [load-remote-script]]))
(def script-repo "https://gitlab.com/malfario/rsh-scripts/raw/master")
(def scripts
{:ftp (str script-repo "/ftp.clj")
:ruby (str script-repo "/ruby.clj")})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment