diff options
Diffstat (limited to 'src/catlfish')
-rwxr-xr-x | src/catlfish | 5 |
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(). |