Use getopts in simulator_docker_run.sh 23/36323/4
authorVictor Morales <victor.morales@intel.com>
Sat, 17 Mar 2018 00:21:42 +0000 (17:21 -0700)
committerMichael Lando <ml636r@att.com>
Thu, 24 May 2018 17:14:13 +0000 (20:14 +0300)
commitdd275e87db8a7d573ff33a515207766ca4b78768
treeeab294e1de9be79f55ddf8dc8dbc8101d0275e97
parentcb1b7daace9f16ed54b3bc0b419e100f52320fde
Use getopts in simulator_docker_run.sh

The simulator_docker_run.sh script can use getopts builtin fuction
instead of while/case combination. This helps to clean the code and
reuse some existing functions.

Issue-ID: SDC-993
Change-Id: I6a0a7ddd25d0da980e3d870bebddb8913bcdfdf7
Signed-off-by: Michael Lando <ml636r@att.com>
utils/webseal-simulator/scripts/simulator_docker_run.sh [changed mode: 0644->0755]