forked from M-Labs/zynq-rs
remote_run.sh: clean up getopts
This commit is contained in:
parent
07f161d9d8
commit
0e8354faa1
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
target_host="rpi-4.m-labs.hk"
|
target_host="rpi-4.m-labs.hk"
|
||||||
|
|
||||||
while getopts "h:i" opt; do
|
while getopts "h:" opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
\?) exit 0
|
\?) exit 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue