Anton Posted on Jan 3, 2019 Have you done anything scripty with Elixir? #discuss #elixir Did you write any scripts with Elixir? Care to share the wisdom? Top comments (2) Subscribe Collapse Expand Andreas Altendorfer Andreas Altendorfer Andreas Altendorfer Follow Father of two * SW Craftsman since 1984 * Musik, Benzin & Kuchen. We're flying through the galaxy at 250km/s (900,000km/h) altogether. We're supposed to have fun, don't we? Location Austria Work CIO at e-Matrix Innovations GmbH Joined Sep 17, 2017 • Jan 20 '19 • Edited on Jan 20 • Edited Dropdown menu Copy link Hide 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. Collapse Expand Anton Anton Anton Follow Born into being. Location Russia, Yoshkar-Ola Education The self Joined Oct 5, 2017 • Jan 20 '19 Dropdown menu Copy link Hide I'm gonna be using your template : ) Code of Conduct • Report abuse For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I love to start my scripts with
#! /usr/bin/env elixirespecially 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 : )