/os-supervisor

An Erlang/LFE supervisor for an OS process

Primary LanguageErlang

os-supervisor

Introduction

Add content to me here!

Installation

Just add it to your rebar.config deps:

    {deps, [
        ...
        {os-supervisor, ".*", {git, "git@github.com:YOURNAME/os-supervisor.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

Add content to me here!