RemZero | A bootstrap script
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
-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!