Wow. I’ve heard people complain that I write too bash scripts when I should be writing python scripts (eng student). Can’t wait till I show them this!
On a more serious note, I do like the idea of not building a argument parser / switch case in bash and using a makefile instead. Makes things neater somehow (especially with flags).
And the best part of it is that it’s also an installation script! So gonna try to make my Linux installation script a single makefile now.
Hey, I’d love to help out with that. I’ve been making my own attempt at writing literate code in fluid dynamics and I’d love any examples of it in the wild.
In short, don’t mind a repo with half finished code :) send me a message at @grokkingStuff
On a more serious note, I do like the idea of not building a argument parser / switch case in bash and using a makefile instead. Makes things neater somehow (especially with flags).
And the best part of it is that it’s also an installation script! So gonna try to make my Linux installation script a single makefile now.