/Bash-scripts

Scripts and templates to be used in shell scripts

Primary LanguageShellGNU General Public License v3.0GPL-3.0

List of bash scripts

bash_arguments_handler

This is a simple script I've coded to handle different arguments in a Makefile project I've worked on.
It still uses getopt, so it's a bit "old-styled", but it worked perfectly for my needs.