首先是函式的例子: #!/bin/sh yes_func() { echo yes_func true } no_func() { echo no_func false } if ! yes_func || yes_func; then echo two ...
確定! 回上一頁