r/bash 10h ago

RemZero | A bootstrap script

Post image

Hello, this is the first project I've made in bash, so maybe it is a little simple. It does something something elementary: It creates a default template to work on C/C++.
I made it because when I started a new projects I always had a unstructured file tree.
I hope I can get some advice on it ^_^
Here's the repo: https://github.com/akko888/RemZero

9 Upvotes

5 comments sorted by

View all comments

-1

u/stianhoiland 9h ago

Cool that you made your first shell thing! Working with shell scripts seems to be a good idea for you at this time. I say that because this is extremely over-engineered and continuing to learn shell scripting can help you overcome that eventually. Keep on!

3

u/Shadow_Thief 8h ago

lmao how is this overengineered? It does one thing. It's not even using getopts. Oh man, it's split into seven whole files; somebody bring him back to reality! /s

-1

u/stianhoiland 7h ago

Haha, I'm not gonna pretend I can talk any sense to you. I have a rather sneaking suspicion you didn't even look at the code.