I am new to bash scripting and I need your support to solve this problem. I have a bash script "start.sh". I want to write a script with two arguments so that I could run the script in the following way
./start.sh -dayoffset 1 -processMode true
dayoffset and processMode are the two parameters that I have to script.
dayoffset = 1 is the reporting date (today) processMode = true or false