Example script: #!/bin/sh echo "output before exit" # This subshell will not cause the parent process to exit (exit 1) echo "output after ...
確定! 回上一頁