summaryrefslogtreecommitdiff
path: root/src/catlfish
diff options
context:
space:
mode:
Diffstat (limited to 'src/catlfish')
-rwxr-xr-xsrc/catlfish5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/catlfish b/src/catlfish
new file mode 100755
index 0000000..72102d5
--- /dev/null
+++ b/src/catlfish
@@ -0,0 +1,5 @@
+#! /usr/bin/env escript
+
+main(_) ->
+ io:format("Hello catlfish!\n"),
+ catlfish:start().