<div class="gmail_quote"><div dir="ltr">On Sun, Feb 21, 2016, 21:04 Fred Hebert <<a href="mailto:mononcqc@ferd.ca">mononcqc@ferd.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02/21, Steve Vinoski wrote:<br>
><br>
>If having an optional -module attribute is that important to you, write a<br>
>pull request.<br>
><br>
<br>
I have written a program that does what is required and can be quite<br>
simply added to a tool such as <a href="http://erlang.mk" rel="noreferrer" target="_blank">erlang.mk</a>.<br>
<br>
 $ awk 'NR==1 {x=FILENAME; gsub(/^.+\//, "", x); gsub(/\.erl$/, "", x); print "-module("x").\n" $0; next } !/^-module(.*).$/ {print}' $FILENAME<br>
<br>
If someone feels they would benefit from filenames taking over the<br>
module names, this script will fully edit out an existing<br>
`-module(name).` line and instead replace it taken from one using the<br>
filename.<br>
<br>
I hope this helps, please refine as you see fit, I'm releasing this as<br>
public domain.<br></blockquote></div><div><br></div><div>OMG this so awesome!!!</div><div><br></div><div>Seriously, if you Reddit I will upvote.</div>