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