How can I read the value from the getopts option. Here\'s an example:
while getopts "h:n" opt; do case "$opt" in h) echo "Help" ;;