Bash error and signal handling. ... #!/bin/bash echo "this script will endlessly loop until you stop it" while true; do : # Do nothing done.
確定! 回上一頁