Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save talentdeficit/771c9e141b5cc1d1c448 to your computer and use it in GitHub Desktop.
Save talentdeficit/771c9e141b5cc1d1c448 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