Today I Learnt more Bash
tips
Sgoti talks
about supplying options to bash scripts

Tags: Bash tips, TIL, getopts

#!/bin/bash
# License: GPL v3
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the...