Did you write any scripts with Elixir?
Care to share the wisdom?
Did you write any scripts with Elixir?
Care to share the wisdom?
For further actions, you may consider blocking this person and/or reporting abuse
João Felipe -
Thomas Bnt ☕ -
Jimmy McBride -
Oliver Bennet -
Top comments (2)
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 : )