You can add an outer loop driven by a variable. #!/bin/bash anew=yes while [ "$anew" = yes ]; do anew=no select x in a b c d do case $x in ...
確定! 回上一頁