In a Bash script, getopts is stuck in a while loop and is not hitting the default case

后端 未结 0 1588
醉话见心
醉话见心 2021-02-15 13:00

When I run my bash script without any arguments, it just hangs forever. I am unsure why is it not hitting the *) case. Please help..

  while getopts vl:s OPTION
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题