About: Born into being.
Did you write any scripts with Elixir?
Care to share the wisdom?
I love to start my scripts with
#! /usr/bin/env elixir
especially when I have to parse logfiles but more and more even for simple stuff. Here I have a template using OptionParser.
I'm gonna be using your template : )
I love to start my scripts with
#! /usr/bin/env elixir
especially when I have to parse logfiles but more and more even for simple stuff.
Here I have a template using OptionParser.