Created
April 3, 2013 04:09
-
-
Save talentdeficit/5298385 to your computer and use it in GitHub Desktop.
clean shell take 2
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
#!/usr/bin/env escript | |
%% -*- erlang -*- | |
%%! -nouser | |
main(_) -> | |
error_logger:tty(false), | |
user_drv:start(), | |
shell:server(false, false). | |
Erlang R16B (erts-5.10.1) [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] | |
Eshell V5.10.1 (abort with ^G) | |
1> Eshell V5.10.1 (abort with ^G) | |
1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment