From f473802d5ebe9192c635c477d053523b2baaa3a3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 10 Jun 2014 20:27:06 +0200 Subject: Change ctls -> catlfish. --- src/catlfish.erl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/catlfish.erl (limited to 'src/catlfish.erl') diff --git a/src/catlfish.erl b/src/catlfish.erl new file mode 100644 index 0000000..015d8b4 --- /dev/null +++ b/src/catlfish.erl @@ -0,0 +1,12 @@ +%% This is a CA transparency log. + +%% In order to find https_server and other required modules, a couple +%% of subdirectories need to be added to the Erlang path +%% (code:add_pathz/1). This can be done in an ~/.erlang file. + +-module('catlfish'). +-export([start/0]). + +start() -> + io:format("Starting catlfish~n"), + https_server:start(). -- cgit v1.1