Skip to content

Instantly share code, notes, and snippets.

@ferd
Created May 20, 2014 05:40
Show Gist options
  • Save ferd/224f2668b2428d73be98 to your computer and use it in GitHub Desktop.
Save ferd/224f2668b2428d73be98 to your computer and use it in GitHub Desktop.
```erlang
#!/usr/bin/env escript
%% -*- erlang -*-
%%! -nouser
main(_) ->
error_logger:tty(false),
user_drv:start(),
timer:sleep(infinity).
```
```
$ ./reshell
Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.0 (abort with ^G)
1>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment