Skip to content

Instantly share code, notes, and snippets.

@rattboi
Created August 5, 2016 21:49
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 rattboi/f1995accd7fee9f19f722f1951e16f58 to your computer and use it in GitHub Desktop.
Save rattboi/f1995accd7fee9f19f722f1951e16f58 to your computer and use it in GitHub Desktop.
(defn node-status [amx env & node-names]
(if-let [nodes node-names]
(do-node-status amx env nodes)
(let [nodes (list-nodes amx env)]
(do-node-status amx env nodes))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment