Skip to content

Instantly share code, notes, and snippets.

@talentdeficit
Created April 3, 2013 04:09
Show Gist options
  • Save talentdeficit/5298385 to your computer and use it in GitHub Desktop.
Save talentdeficit/5298385 to your computer and use it in GitHub Desktop.
clean shell take 2
#!/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