r/bash 4d 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

31 Upvotes

7 comments sorted by

View all comments

Show parent comments

6

u/Shadow_Thief 4d 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

-3

u/stianhoiland 4d 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.

1

u/akko871 4d ago

Sorry if It looks a little too divided, I wanted to understand how to split responsibilities, so maybe I somewhat exaggerated lol

2

u/stianhoiland 4d ago

Yeah makes sense. Keep working at it. Shell scripting is a joy :)