I wrote a bash script that needs to handle named arguments. I want to call it with
script.sh --dir /path/to/dir
The script is :
#/u