Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created October 6, 2012 10:35
Show Gist options
  • Save lukmdo/3844575 to your computer and use it in GitHub Desktop.
Save lukmdo/3844575 to your computer and use it in GitHub Desktop.
erlang rpc
[{N, rpc:call(N, os, cmd, ['date'])} || N <- nodes()].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment