Current section

Files

Jump to
tunnerl src tunnerl.erl
Raw

src/tunnerl.erl

-module(tunnerl).
-compile([export_all]).
start() ->
{ok, _} = application:ensure_all_started(tunnerl).
stop() ->
ok = application:stop(tunnerl).