summaryrefslogtreecommitdiff
path: root/rel/overlay/bin/remsh
AgeCommit message (Collapse)Author
2011-10-13Improve remsh scriptPaul J. Davis
Cookies now default to using ~/.erlang.cookie which is automatically generated if it does not exist when erlang starts with a name. There is also no longer a need to specify a name to remsh as it'll generate a name based on the process id and set the short or long version appropriately.
2011-10-11Add a remsh command to BigCouchPaul J. Davis
The remsh pattern is quite useful for connecting to running nodes for debugging production issues. This adds a small script that lets users connect quickly to a running node.