create_ap
create_ap copied to clipboard
add --stop-all, like poff -a
Currently to stop all, one must do e.g.,
# set -- `create_ap --list-running` && eval create_ap --stop \${$#}
Therefore please add a --stop-all option.
Can You please explain the command ?
http://osr600doc.xinuos.com/en/SDK_tools/_Positional_Parameters.html might get you started.
Thank you so much. I will surely check this out.