Created
November 6, 2014 12:49
-
-
Save rnewson/81ac10a46cf76d9b7f88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ ~ rm -f ~/.erlang.cookie | |
| ➜ ~ erl -name foo | |
| Erlang R14B01 (erts-5.8.2) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false] | |
| Eshell V5.8.2 (abort with ^G) | |
| (foo@Invariant.local)1> erlang:get_cookie(). | |
| 'HLOAVDPHNZNOKELLNYKQ' | |
| ^C | |
| ➜ ~ cat ~/.erlang.cookie | |
| HLOAVDPHNZNOKELLNYKQ% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment