JakobOvrum/bootDoc

How about adding #!/usr/bin/env rdmd to generate.d

Closed this issue · 1 comments

jkm commented

I think is useful

 #!/usr/bin/env rdmd

to generate.d and giving it executable right.
Then

$ ./bootDoc/generate.d

will work.
Maybe even better add a file named bootdoc.d. If I add the folder to my PATH I can to ./bootdoc.d.

What do you think?

Fixed in #21.

As for your note on the side, maybe renaming generate.d to bootdoc.d is a good idea?