Escript with EEx or release with cli arguments

Thank you so much for your answer! I’m terribly sorry that it took me so long to write this.

The solution for my first problem was to add EEx to my :extra_applications. Possibly I could use EEx at compile time, I simply have no clue how in this case. I’ll try that :smiley:

Running the application with eval is an interesting approach, even though it does not allow for passing arguments on the command line, correct?